A sample Cardano CIP-68 fungible token implemented with Helios.
node v17.5 or later because of fetch
api used by Helios, preferably v18.
- Get your Blockfrost API key at https://blockfrost.io/
- 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)
. - Fill in the variables in the .env file.
- run
yarn install
- Set the amount to mint in the .env file
- Run command
yarn mint-tokens
Always run scripts from project root directory because env vars and fs.read params in modules are referenced relative to the root directory.
Nimrod Flores / Staking Rocks! [PHRCK] Cardano stake pool
MIT