Inery Task 2


 

✅DELET FILE TOKEN LAMA

rm -rf token.abi

rm -rf token.wasm


✅BUKA KUNCI WALLET


cline wallet unlock -n YourWalletName


✅BUAT ABI & WASM


cline get code inery.token -c token.wasm -a token.abi --wasm


✅SET CODE AKUN


cline set code -j YourAccountName token.wasm

cline set abi YourAccountName token.abi


✅CREATE TOKEN BARU


cline push action inery.token create '["YourAccountName", "Supply CurrencyCode"], "token description/memo"' -p YourAccountName


✅ Contoh :


cline push action inery.token create '["YourAccountName", "50000.0000 TEST" , "creating my first tokens"]' -p YourAccountName


✅ISSUE NEW TOKEN


cline push action inery.token issue '["YourAccountName", "Supply CurrencyCode", "detail"]' -p YourAccountName


✅ Contoh :


cline push action inery.token issue '["YourAccountName", "5000.0000 TEST", "Issuing some TEST token"]' -p YourAccountName


✅SEND TOKEN 


cline push action inery.token transfer '["YourAccountName", "DestinationWalletName", "Amount CurrencyCode", "Here you go 1 TEST for free :) "]' -p YourWalletName


✅ Contoh :


cline push action inery.token transfer '["YourAccountName", "inery", "1.0000 TEST", "Here Is 1 TEST for you bro "]' -p YourAccountName


✅ Noted : Send Token ke Username inery dan send Token ke 10 Orang atau Lebih


Kalo Udah, Baru Lu Balik Lagi ke Situs Testnetnya, Klik FINISH dan Tunggu Sampai Review Selesai

Comments

Post a Comment