Skip to content

teaonrocks/HIMA-minter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

This is a minter for the cardano blockchain, built with Python and Koios.

This minter work as a shell script that works with the cardano-cli to handle transactions

Working directory

├── db.sqlite
│
├── keys
│   ├── payment.addr
│   ├── payment.skey
│   └── payment.vkey
│
├── main.py
│
├── metadata
│   └── example1.json
│
├── minted
│   ├── example2.json
│   └── example3.json
│
├── policy
│   ├── policy.script
│   ├── policy.skey
│   ├── policy.vkey
│   └── policyID
│
├── protocol.json
│
├── temp
│   └── temp.json
│
├── transactions
│   ├── matx.raw
│   └── matx.signed
│
└── utils.py

.env

PAYMENT_ADDR = addr~
PROFIT_ADDR = addr~
POLICY_ID = ~
HALLPASS_POLICY_ID = ~
ROOT_PATH = "~"

About

Minter for Cardano NFT project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages