Smart Contract Template
Last updated
Last updated
All smart contracts are located in among with their deployed version on Polygon Network.
The most important contract is Core.sol which is entry point for any bet or stake.
Your new game must be based on GameInterface.sol and implement all functions.
Feel free to get inspiration from Predict game or any other to create new games. Use the to implement Web Interface for your game to be easily integrated to existing environment.
Once tested and deployed on testnet(Polygon Amoy - 80002), reach us to get your game deployed on mainnet. Prepare you source code repository on github.com, that must be public!