Git Product home page Git Product logo

idamarketplace-backend's Introduction

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

idamarketplace-backend's People

Contributors

giantape avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.