Skip to content

pantemon/fastify-ton-nft-deployer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fastify TON NFT Deployer

How to start:

  • git clone https://github.com/pantemon/fastify-ton-nft-deployer.git
  • cd ./fastify-ton-nft-deployer && yarn
  • yarn start

How to deploy NFT:

  • chmod +x ./scripts/* && ./scripts/deploy_nft_item.sh

Request schema:

{ walletMnemonic: string, walletType: string, nftCollectionAddress: string, nftItemOwnerAddress: string, nftItemContentUri: string }

Response schema:

{ nftItemAddress: string }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published