Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 576 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 576 Bytes

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