Skip to content

harmony-one/davinci_nft_marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

daVinci (Harmony NFT Marketplace Contract)

Development

  • Install node.js, npm and truffle
  • Install dependencies :
    npm install
    npm install -g truffle
    
  • Rename .env.sample to .env and change information with your own private key
  • Compile the contracts:
    npm run compile
    
  • Deploy the contracts:
  1. Deploy to the testnet
npm run deploy:testnet
  1. Deploy to the mainnet
npm run deploy:mainnet

This project is using Solc 0.6.12 as it's a most stable version.

Contracts

  • ExchangeV1.sol - Main Contract for exchange
  • DavinciToken - HRC721 Token
  • DavinciMultipleToken - HRC1155 Token

About

Harmony NFT marketplace Core Contract

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published