Skip to content

cardano nft minter service on testnet based on python

Notifications You must be signed in to change notification settings

Yenle9/cardano-nft-minter-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Description

Service in python to mint NFTs on tesnet using the standard CIP-0025

  • Creates every time a new policyId based on the current slot.
  • Receives two parameters:
    • name: name of the nft
    • address: address to which the nft is sent
  • Additional to the nft, it also pays 2 ADA as minUtxo to the received address

Configuration

  1. Run a cardano-node
  2. Create a payment folder and store your key files:
    • payment.addr
    • payment.svkey
  3. Create a policy folder and store your policy files:
    • policy.skey

Run

In my case, I'm using a virtual environment with python: 3.6.9

  1. source <path-to-virtual-env>/bin/activate
  2. gunicorn --bind 0.0.0.0:5000 --timeout=300 -k gevent mint-nft:api --reload

About

cardano nft minter service on testnet based on python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%