API Reference

Complete API reference documentation for interacting with Riddlen Protocol smart contracts. This section will contain detailed method signatures, parameters, return values, and integration examples for all protocol contracts.


Coming Soon

API reference documentation is currently under development. In the meantime, you can:

Explore Contract Specifications

Visit our detailed contract specifications for method details:

Use Frontend Integration Guide

For practical integration examples with Ethers.js and React:

Access Live Contracts

All contract addresses and verification links:

Review Source Code

Complete contract implementations on GitHub:


Planned API Sections

The following API documentation sections are planned:

Core Contracts

Advanced Features

Integration Helpers


Current Resources

While we build comprehensive API documentation, use these resources:

Quick Reference

// Connect to Riddlen contracts on Amoy testnet
const CONTRACTS = {
  RDLN: '0x133029184EC460F661d05b0dC57BFC916b4AB0eB',
  RON: '0xD86b146Ed091b59cE050B9d40f8e2760f14Ab635',
  RIDDLE_NFT: '0x529e3076cB9A48D6FAd086abE5d23ea76159e9E3',
  AIRDROP: '0x4f3f2202f3F865074f534aA324a259DF962C6FBA',
  ORACLE: '0xBd005201294984eFf3c353c32c9E5a96Fd640493'
};

// See Frontend Integration Guide for complete examples

Developer Tools


Community Support

Have API questions? Get help from the community:


API documentation is actively being developed. Check back soon for updates!

Last updated: October 2025