Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 760 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 760 Bytes

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