Coder Social home page Coder Social logo

kitty-nft's Introduction

Kitty NFT CLI

Example project of a NFT token in combination of an Escrow.

Installation

Make sure to create a file named .wallet your wallet private key inside, this private key will then be used for all consecutive ethereum blockchain executions.

And of course, as always:

yarn install

Methods

Mint NFT

node index.js mint example.com

Returns a newly created Token ID

Create Escrow for minted NFT

node index.js create-escrow <TokenID> <Price>

Example:

node index.js create-escrow 6 500

This will create an escrow for Token ID 6 with a price of 500 Wei

Returns a new escrow address for other wallets to send funds to

Send funds to Escrow for buying NFT ownership

node index.js buy-escrow <escrowAddress>

Example:

node index.js buy-escrow 0xC12f5AE96EaCdDB3fA9b63D2fae33D5c2a8f5fA6

Returns successful transaction or error

List all Escrows created

node index.js all-escrows

Example result:

Escrows created: 

Escrow for Token ID: 1 
Price: 50000 Wei 
Bidding Address: 0x3F5C061334c49fde0A76581836234FCb2c06ace7 

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.