Giter Club home page Giter Club logo

aptos-nft-marketplace's Introduction

NFT Marketplace

Features

  • List Tokens
  • Delist Tokens
  • Buy listed tokens
  • Initialize token auction
  • Bid for tokens
  • Cancel auction
  • Claim auctioned token

Getting Started

NOTE: To run the program tou need to have aptos CLI installed.

Installation

  1. Clone the repository
git clone https://github.com/agkkkkk/aptos-nft-marketplace.git
  1. Go to the project directory and initialize aptos account and update Move.toml
cd aptos-nft-marketplace
aptos init
  1. Compile the module:
aptos move compile --named-addresses marketplace=<MARKETPLACE-ADDRESS>,owner=<OWNER-ADDRESS>,treasury=<TREASURY-ADDRESS>
  1. Publish module
aptos move publish --named-addresses marketplace=<MARKETPLACE-ADDRESS>,owner=<OWNER-ADDRESS>,treasury=<TREASURY-ADDRESS>

Example:

aptos move publish --named-addresses marketplace=0x5d862ec05d9a74478f08a0143d8de3d108c307f61d4f7f1411384553f6c27d55,owner=0xd4f2987ce525ae600629615e95933b38167bf7bfafa265c572acdca1c095fdad, treasury=0x0392550f2cc8f687db3518f54c1b7b201d3ba00d3199f11d1ea6a3c336778e5f
  1. Run Function

FUNCTION-ID:- <module_address>::<module_name>::<function_name>

aptos move run --funtion-id <FUNCTION-ID> --args <ARG>

aptos-nft-marketplace's People

Contributors

agkkkkk avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.