WallOfChain
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.
DAPP Source
View it live at wallofchain.com.
Discover DApp source here.
Installation
Install truffle.
npm install -g truffle // Version 4.1.14 required.
Install dependencies
npm install
Linter
Use Solium
npm run lint:sol
Use ESLint
npm run lint:js
Use both and fix
npm run lint:fix
Usage
Compile
npm run compile
Test
npm run test
Code Coverage
npm run coverage
Profiling
npm run profile
Run server
Run the liteserver
development server.
npm run dev
Optional
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
License
Code released under the MIT License.