Skip to content

BL0CK-X/Example-NFT-mint-with-The-Blockchain-API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Example-NFT-mint-with-The-Blockchain-API

This is a simple working demonstration of using The Blockchain API's Python wrapper to script the creation of an NFT to an existing Solana wallet.

To run:

$ python3 example.py

See code comments for details and prereqs.

The code assumes the wallet already exists and was created using the Solana CLI. (This is a variation from the official example code that existed at the time I needed to do this.)

The example code uses JSON metadata already uploaded to Arweave for the NFT's assets. For your own NFT you should already have your NFT's assets already uploaded to a service such as Arweave or IPFS and change the link to that.

The example JSON metadata is also in this repo as a convenient reference/example, see example.nft.json.

Many thanks to Josh Wolff over at The Blockchain API for all the help!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%