Skip to content

IdaMurni/IdaMarketplace-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Official IdaMarketplace-Backend

Test Purposes available in Mumbai Testnet

export const nftAddress = '0x0A300802F475d248F3249aDe88B53d6ceBA01bEb';
export const nftMarketAddress = '0x27289580F7cBa32A1A83F4E123232E68Bc2381De';

Try running some of the following tasks:

Install all dependencies

yarn

run app

yarn dev

How to use Auction:

  • filled 3 parameter to the fields: _NFT, _NFTID, _STARTINGBID before you deployed the Auction Contract
  • once it is deployed, call approve(auction_id, _NFTID) function from NFT.sol
  • defined Auction time period. by setting we have 2, 7, 10, 15 days. for testing purpose we've set to 1Minute because we don't wat to wait until a couple days to get the result. see on
  • ```shell enum TimeDuration { OneMinute, // <- testing purpose Twentyfour, Seven, Ten, Fifteen } ```
  • once it set we will able to bit the Acution.
  • drink coffee while waiting the bits is end!!

parameter type description
_NFT address contract address of the NFT
_NFTID unit256 the id of the NFT
_STARTINGBID uint256 value

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published