An application that creates a custom token based on the ERC-721 specification aka NFTs.
- Your ERC-721 Token Name:
Dogestar
- Your ERC-721 Token Symbol:
DSR
- Version of the Truffle and OpenZeppelin used:
Truffle = 5.0.2 / OpenZepplin = 2.3
- Install NPM dependencies:
cd project_root
npm install
- Change to the app directory:
cd app
- Run node:
node run dev
- Access the frontend at:
http://localhost:8080
- Node
- Truffle
- Solidity
- OpenZeppelin
- Ethereum Network (Rinkeby)