Building on ONINO
Guides, Tipps and Toolkits to build on ONINOs tokenization infrastructure.
Building on ONINO
Get Started
Using ethers.js
import { ethers } from "ethers";
// Connect to ONINO (Mainnet in this example)
const provider = new ethers.providers.JsonRpcProvider("<https://rpc.onino.io>");
// Fetch the latest block number (returns a Promise)
provider.getBlockNumber().then(blockNumber => {
console.log("Latest ONINO block:", blockNumber);
});Using web3.js
Using wagmi (for React)
Hardhat Configuration for ONINO
Using Reown (Previously Web3Modal)
Last updated
Was this helpful?




