Skip to content

nrgapple/crypto-canvas-fe

Repository files navigation

deART (Decentralized Art) Front End

Truly decentralized NFT Art. All metadata lives on the chain.

image

Development

  1. Clone the DAPP smart contract

  2. Start the truffle server

truffle develop
  1. Migrate the contract
> migrate --reset
  1. Clone this repo

  2. Install dependencies

yarn install
  1. Start the dev server
yarn run dev

Committing

Icon Type
Feature
🔧 Bug Fix
🧹 Clean up
💅 Style Changes
⚙️ Config
📝 Contract
💈 Readme Update