4.3 Performing Sanity Checks
Creating a Test Tok (costs gas)
make test-create-tokenYour batch was submitted to the sequencer for publication. Response: "Submitted 1 transaction"
0: 0xfce2381221722b8114ba41a632c44f54384d0a31f332a64f7cbc3f667841d7f0curl -sS http://127.0.0.1:12346/ledger/txs/0xfce2381221722b8114ba41a632c44f54384d0a31f332a64f7cbc3f667841d7f0/events | jq{
"data": [
{
"type": "event",
"number": 0,
"key": "token_created",
"value": {
"token-created": {
"token_name": "sov-test-token",
"coins": {
"amount": 1000000,
"token_id": "token_1zdwj8thgev2u3yyrrlekmvtsz4av4tp3m7dm5mx5peejnesga27ss0lusz"
},
"minter": {
"User": "sov15vspj48hpttzyvxu8kzq5klhvaczcpyxn6z6k0hwpwtzs4a6wkvqwr57gc"
},
"authorized_minters": [
{
"user": "sov1l6n2cku82yfqld30lanm2nfw43n2auc8clw7r5u5m6s7p8jrm4zqrr8r94"
},
{
"user": "sov15vspj48hpttzyvxu8kzq5klhvaczcpyxn6z6k0hwpwtzs4a6wkvqwr57gc"
}
]
}
},
"module": {
"type": "moduleRef",
"name": "Bank"
}
}
],
"meta": {}
}Checking Balances (Gasless)
Submitting Test Transactions
Last updated