- Shooting game dapp using metadium blockchain
- Login with MetaID App
- Provide ranking system on Metadium Blockchain
- A transaction occurs when registering in a ranking
Before compiling, ethereum/web3-config.json should be provided following spec described in web3.js. Here is example:
{
"url" : "https://ropsten.infura.io",
"contractAddr": "0xA408FCD6B7f3847686Cb5f41e52A7f4E084FD3cc",
}
npm install && npm run dev
MIT