Simple tutorial for connecting to ERC721 contract
Complete the following steps in command line:
- Clone the git repo
git clone git@github.com:sajclarke/erc721-dapp.git - In the cloned repo root folder, install dependencies
npm install - Start Ganache on port 8545
- Run
truffle compile - Run
truffle migrate - Copy
build/contractsfolders and contents to thefront/srcfolder - In the
front/srcfolder, runnpm i - Run locally
npm start
We encourage contributions! Please read our Code Of Conduct before submitting a pull request. If you are reporting a bug or vulnerability, please submit an issue to this repo
- Create a fork of this git repo
- Commit each change to a separate branch on the forked repo
- Submit a pull request to this repo
If you have any questions then you can contact Polymath via Gitter: https://gitter.im/PolymathNetwork/Lobby