Skip to content

josesaribeiro/solidity-auction-nft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NFT Auction Soldity Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 50.6%
  • JavaScript 49.4%