Rill is the next generation of e-sports gaming.
Built on Polygon
The solidity smart contract can be deployed using truffle to mumbai or matic mainnet. The dApp uses React
Please refer to the following steps to deploy this DApp on Mumbai testnet
node -v
> v10.24.1
Download the metamask extension
npm install -g truffle
If you have no wallet yet, please use Metamask to create a new wallet. After this you can get add some test MATIC to your wallet thanks to this MATIC faucet
Run following command in the root of the project:
npm i
Paste your account's private key to 'MNEMONIC' in the .env file
Deploy contract:
npm run migrate
On sucessfull deploy, copy the contract address
cd dapp-ui
npm i
npm start