Appearance
Starknet Smart Contracts
Starknet smart contracts are written by the Reddio team, and cover the most common use cases for Starknet; So that you don't need to learn anything about Starknet programming language, Cairo. And each of them are:
- Updated by Reddio team aligned with Cairo updates
- Open source and free to deploy (excl. gas fees)
- Fully owned by the contract deployer (you)
Here are the smart contracts provided so far on the Github repo.
Name | Description |
---|---|
Token | Create and mint ERC20 tokens. |
Token Drop | Distribute funds to multiple recipients. |
NFT | Create and mint ERC721 token. |
Edition | Create editions of ERC1155 tokens. |
NFT Stake | Stake ERC721 for ERC20 tokens as rewards. |
NFT Marketplace | Buy and sell ERC721/ERC1155 tokens with ERC20 tokens. |