Rill is the next generation of e-sports gaming.
Built on Tron
The Tron smart contract can be deployed using TronBox to any Testnet or Mainnet. The dApp uses React
Please refer to the following steps to deploy this DApp on Nile testnet
node -v
> v10.24.1
Download TronLink chrome extension
npm install -g tronbox
If there is no Tron account, please use TronLink to create a new Account. And then apply for some test coins of Nile testnet for testing. Please make sure the account has enough TRX. Get test coins
Run following command in the root of the project:
npm i
Paste your account's private key to 'privateKey' in tronbox.js
Compile contract:
npm run compile
Deploy contract:
npm run tronbox migrate --reset --network nile
On sucessfull deploy, copy the contract address
cd dapp-ui
npm i
npm start