A soccer player crypto game ported to Harmony blockchain
- nodejs
- truffle
- solidity (solc)
- Fetch repo
git clone https://github.com/gupadhyaya/soccerplayers.git
- Install dependencies
npm install
- Compile soccer player smart contract
truffle compile
- Deploy soccer player smart contract. You will need a testnet funded account. Fund your harmony one address here
truffle migrate --reset --network testnet
or
node examples/deploy.js
- Create soccer players
node examples/create.js
- Purchase soccer players
node examples/purchase.js
This project is sourced from CryptoSoccerToken. We are building it for technology demonstration, and not for commercial purposes.