auction-nft

NFT Auction Soldity Example

Installation

Truffle install globally by following commands.
npm install -g truffle

Install Ganache from https://github.com/trufflesuite/ganache/releases
Ganache is a personal blockchain for rapid Ethereum and Corda distributed application development.

Deploy contract

Run following command to install npm dependencies.
npm install
or
yarn

Run the following to deploy contract to Ganache.
truffle deploy --network ganache