Last active
November 22, 2023 23:47
-
-
Save michielmulders/ed7a639bb3a5629380cdd57290d24b91 to your computer and use it in GitHub Desktop.
(test) Create account and create token script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"scripts": [ | |
{ | |
"name": "createAccAndFT", | |
"commands": [ | |
"network use testnet", | |
"account create -a random", | |
"token create-ft -n m -s mm -d 2 -i 1000 -a 302e020100300506032b6570042204202a6568253a539643468dda3128a734c9fcb07a927b3f742719a869db731f9f50 -t 0.0.4536940 -k 302e020100300506032b6570042204202a6568253a539643468dda3128a734c9fcb07a927b3f742719a869db731f9f50" | |
] | |
}, | |
{ | |
"name": "createAccAndFT2", | |
"commands": [ | |
"network use testnet", | |
"account create -a random", | |
"token create-ft -n m -s mm -d 2 -i 1000 -a 302e020100300506032b6570042204202a6568253a539643468dda3128a734c9fcb07a927b3f742719a869db731f9f50 -t 0.0.4536940 -k 302e020100300506032b6570042204202a6568253a539643468dda3128a734c9fcb07a927b3f742719a869db731f9f50" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment