How to create assets

We highly encourage the use the ONINO developer platform to create assets or rely on standards such as the ones from OpenZeppelin you can find here: https://github.com/OpenZeppelin/openzeppelin-contracts A list of all contracts available on the ONINO developer platform:


BEP20 Token A simple BEP20 Token Contract with burn functionality.


DAO Template A simple template to create your on-chain DAO.


Data Validation Template A contract template to immutable store and validate hashed data points on the blockchain.


ERC20 Token A simple ERC20 Token Contract with burn functionality.


ERC20 Token with Mint A simple ERC20 Token Contract with burn and mint functionality.


ERC721 NFT A simple template to create a basic NFT.


Escrow Payments A template contract that can handle simple escrow services and payments.


Food Tracing Template This smart contract template serves as a simple solution for tracing a food supply chain from producer to vendor.


Insurance Claim Template Smart Contract template for on-chain processing of simple insurance claims.


Loyalty Point System This contract provides a basic framework for a loyalty points system and can be expanded or modified to suit specific requirements.


NFT Marketplace Template A simple framework to create your first on-chain NFT Marketplace.


P2P Energy Marketplace A basic template to start building your own p2p-energy marketplace.


Subscription Payments A template contract to create simple monthly or yearly subscriptions.


Supply Chain Tracking Template This smart contract template serves as a simple tracking system for items in a supply chain, allowing creation, status updates, and delivery confirmation of goods.


Vesting Template A template to add a vesting schedule for custom tokens.


Last updated