Skip to content

racso2609/nft-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marketplace

this contract let you buy erc1155 tokens indicating USD price

when you create a sale you indicate the price on USD but i multiply that for 10 ** 18, the reason of that id because the chainlink oracle return uint with 8 decimal to avoid underflows when we make the necesary division to determinate the token quantity. to know the price

yarn test //run test suite on fork mainnet
yarn compile //compile all our contracts 
yarn deploy-test // depoy the contracts with the tag Marketplace on rinkeby

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published