Become a part of the Blockchain hall of fame. Collect a star and let it shine.
WallOfChain is a ERC721 Collectible Token on Ethereum Blockchain.
It is made by the same technologies currently used by the Ethereum technology.
When you acquire a star, it is uniquely owned by you. It carries your name, and cannot be replicated. You can let it shine brighter and let it grow while using our platform.
View it live at wallofchain.com.
Discover DApp source here.
Install truffle.
npm install -g truffle // Version 4.1.14 required.
npm install
Use Solium
npm run lint:sol
Use ESLint
npm run lint:js
Use both and fix
npm run lint:fix
npm run compile
npm run test
npm run coverage
npm run profile
Run the liteserver
development server.
npm run dev
Install the truffle-flattener
npm install -g truffle-flattener
Usage
truffle-flattener contracts/WallOfChainToken.sol > dist/WallOfChainToken.dist.sol
truffle-flattener contracts/WallOfChainMarket.sol > dist/WallOfChainMarket.dist.sol
Code released under the MIT License.