/crypto-canvas-fe

deART The first fully decentralized NFT's Frontend.

Primary LanguageTypeScript

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