Skip to content

Sujohn77/web3-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Metamask extension with account required

[1 - Interact with Smart Contracts in React]

    npm i
    cd truffle
    npm i
    npx ganache-cli
    npx truffle migrate

[2 - Build an NFT Marketplace in Solidity]

    npm i
    npx ganache-cli
    npx truffle migrate

Testing contracts

    npx truffle console

    let t = await NFT.deployed()
    t.mint()
    let m = await Market.deployed()
    t.approve(m.address, <id>)
    m.listToken(t.address, <id>, <price>)
    m.getListing(<id>)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published