Skip to content

rumourscape/Minting-API

Repository files navigation

Cardano Token Minting-API

An Innovative way of minting Cardano Native Assets

Introduction


This project introduces a new way of selling a CNFT.

Currently, the most widely used model of minting NFTs is where the Buyer sends a payment to the Seller who then proceeds to mint the said NFT and then returns it. This means that there are at least two transactions that occur in such an exchange. This method is very inefficient.

Cardano's EUTXO model means that multple exchanges, mints and script executions can occur inside one transaction. This project just leverages those capabilities and proves a way of minting a token without revealing the script's private keys to the end user. This means that the buyer makes the payment and the seller mints and returns the NFT in the same transaction.

The benifits of this new model are:
✔ Maximum Efficiency
✔ Minimum Costs
✔ Less Congestion
✔ Absolute Transparency

Installation

git clone https://github.com/rumourscape/Minting-API
cd Minting-API
npm install

Usage

Create the env.json file according to the example-env.json template.

npm run start

About

API for minting Cardano Native Tokens

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published