Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 650 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 650 Bytes

Color-Token-Marketplace

The Color Token Marketplace is a small NFT market place demonstartion on top of Ethereum.

To Run the app please follow the below steps.

  1. Clone the repository, git clone git@github.com:ananthanir/Color-Token-Marketplace.git
  2. Change into the project folder cd Color-Token-Marketplace
  3. Install dependecies npm install
  4. Run your blockchain node loacally in the port 8545 (otherwise change it in truffle-config.js)
  5. Run Truffle test truffle test
  6. Deploy contracts truffle migrate
  7. Change into the ui directory cd ui
  8. Install dependecies npm install
  9. Run the front end application npm start