rtwksai / canvas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EveNFT

Getting Started

Clone the following repositories in the same folder

First you must compile and migrate the contracts from this Backend Repository

truffle develop
> compile
> migrate

In another terminal run the frontend client

To install the dependencies

cd canvas/client && npm install

To, run the frontend client

cd client && npm run dev
# or
cd client && yarn dev

For development purposes, go to Advanced Settings on Metmask and enable custom nonce and whenever you get and error try adding the right nonce, also try varying your gas prices and choosing the optimal one.

About

License:MIT License


Languages

Language:JavaScript 94.8%Language:HTML 2.6%Language:Solidity 2.0%Language:CSS 0.6%Language:Shell 0.0%