📑Smart Contract Template

All smart contracts are located in https://github.com/betfinio/shared 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 Web Template 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!

Last updated