trhung26620 / NFT-Marketplace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Truffle-Tailwind-React Web3

Follow the steps below to download, install, and run this project.

Dependencies

Install these prerequisites

Step 1. Clone the project

git clone https://github.com/trhung26620/NFT-Marketplace.git

Step 2. Install dependencies

$ cd <PROJECT NAME>
$ yarn install # or npm install

Step 3. Start Ganache-CLI

Open the terminal and run the command below.

$ ganache-cli

Step 4. Compile & Deploy Smart Contract

$ truffle migrate Migrate your smart contract each time your restart ganache.

Step 5. Run the Front End Application

$ yarn start Visit this URL in your browser: http://localhost:3000

About


Languages

Language:JavaScript 56.3%Language:Solidity 38.4%Language:HTML 3.0%Language:CSS 2.2%Language:Shell 0.0%