$ cabal exec token-policy -- mint.plutus your_txHash#your_TxIX desired_number_of_tokens desired_token_name
$ cat policy.plutus
$ cardano-cli transaction policyid --script-file mint.plutus > policy.id
Add policy id into the token_meta.json, and change whatever else as desired
$./scripts/mint-token-cli.sh your_txHash#your_TxIX desired_number_of_tokens desired_token_name
(You will need to add your address file path and skey file path in the shell command file)
$ ./scripts/make-datum.sh
(Change Token Name and Currency Symbol in make-datum.hs file to your token)
$ ./scripts/make-policy.sh
Change policyid.assetname in t he token= variable in create-token-sale.sh to your token
$./scripts/create-token-sale.sh your_txHash_withtoken#your_TxIX desired_number_of_tokens_for_sale
Replace pid variable and tnHex variable in purchase-token.sh to your token
./scripts/purchase-token.sh script_txHash_withtoken#your_TxIX customer_txHash_withADA#your_TxIX price_in_ADA