Git Product home page Git Product logo

cardano_token_minting_scripts's Introduction

cardano_minting_scripts

An image can be added to the ipfs using blockfrost.

curl "https://ipfs.blockfrost.io/api/v0/ipfs/add" \
    -X POST \
    -H "project_id: BLOCKFROST_API_KEY_HERE" \
    -F "file=@./filepath"

If a minter wallet does not exist then run the create_wallet.sh script. This will create the wallet folder, payment keys, address, and qr code image.

# Requires qr to be on path
bash create_wallet.sh

Create a general policy script that allows for minting and burning at anytime. This file can be updated to the use case. Be sure to update the policy id after modifying the contents of the policy script.

# Requires jq to be on path
bash create_policy.sh
# Edit policy.script then update the policy.id file.
cardano-cli transaction policyid --script-file policy.script

The minting flow

# Create the custom metadata to your needs.
# Adjust the create token parameters for your needs.
# Make adjustments before running the create token script.
bash create_tokens.sh

Be sure to put the receiving address into the receiver.addr file.

# Adjust the create token parameters for your needs.
# Make adjustments before running the send token script.
bash send_tokens.sh

You can check the wallet balance with

bash check_balance.sh

After sending tokens if there is leftover ADA in the wallet you can use the send_ada.sh script to remove any leftover into the receiving wallet.

cardano_token_minting_scripts's People

Contributors

logicalmechanism avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.