The Color Token Marketplace is a small NFT market place demonstartion on top of Ethereum.
- Clone the repository,
git clone git@github.com:ananthanir/Color-Token-Marketplace.git
- Change into the project folder
cd Color-Token-Marketplace
- Install dependecies
npm install
- Run your blockchain node loacally in the port 8545 (otherwise change it in truffle-config.js)
- Run Truffle test
truffle test
- Deploy contracts
truffle migrate
- Change into the ui directory
cd ui
- Install dependecies
npm install
- Run the front end application
npm start