Skip to content

A sample Cardano CIP-68 fungible token implemented with Helios.

License

Notifications You must be signed in to change notification settings

inimrod/cip68-fungible-token-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cardano Cip68 Fungible Token Demo

A sample Cardano CIP-68 fungible token implemented with Helios.

Requires:

node v17.5 or later because of fetch api used by Helios, preferably v18.

Prep:

  1. Get your Blockfrost API key at https://blockfrost.io/
  2. Prepare an account to be used as the admin and transaction maker. Make sure you have ADA on the first base address of the first account generated from the seed phrase you will use here (m/1852'/1815'/0'/0/0).
  3. Fill in the variables in the .env file.
  4. run yarn install

Mint tokens:

  1. Set the amount to mint in the .env file
  2. Run command yarn mint-tokens

Note

Always run scripts from project root directory because env vars and fs.read params in modules are referenced relative to the root directory.

Author

Nimrod Flores / Staking Rocks! [PHRCK] Cardano stake pool

https://staking.rocks

License

MIT

About

A sample Cardano CIP-68 fungible token implemented with Helios.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published