DOPE DAO contains the web app for https://dopewars.gg and Solidity contracts for generating Hustlers based on DOPE
NFT tokens and items.
This is using the Kovan test network by default You can claim Loot tokens for that network using this contract
- Switch MetaMask to the
Kovan Test Network
- Ensure you have tokens in your wallet by using the Paradigm faucet
- Claim tokens using the contract address above.
The API is written in Go and hosted on Google Cloud Platform. More information about the API can be found in that directory's README.
The contracts is the suite of Solidity contracts.
The web is the frontend for interacting with the web app.
yarn
yarn web:dev
yarn build
yarn lint
yarn format