An ERC721 NFT Token that represents a Collectible Shaka.
You can view the DApp working here and explore the DApp Source Code here.
Install truffle.
npm install -g truffle // Version 4.1.13+ required.
npm install
Use Solium
npm run lint:sol
Lint and fix all
npm run lint:all:fix
Open the Truffle console
truffle develop
Compile
compile
Test
test
Run the liteserver
development server for front-end hot reloading. For now, smart contract changes must be manually recompiled and migrated.
npm run dev
Install the truffle-flattener
npm install -g truffle-flattener
Usage
truffle-flattener contracts/token/ShakaCollectible.sol >> dist/ShakaCollectible.sol
Web3.js Doc 0.20.6 Doc 1.0.* Github