maxonrow / maxonrow-go

Maxonrow Blockchain
https://www.maxonrow.com/
5 stars 6 forks source link

Can't send nft create tx #201

Open ghost opened 4 years ago

ghost commented 4 years ago

my command is

./mxwcli tx non-fungible-token nft-create test --from $(mxwcli keys show acc-1 --address) --chain-id maxonrow-chain

so it panic like this

ERROR: decoding bech32 failed: checksum failed. Expected 9njng8, got 9n7890.
yenkhoon commented 3 years ago

@PandaTea Hi there the cli is currently unavailable for creating nft, would you be interested in working on it?

Currently you only able to create nft by using our sdk https://github.com/maxonrow/mxw-sdk-js, or you can have your own way to create and send the transaction via our rpc endpoint.

ghost commented 3 years ago

okay, i got it . thank you . have a nice day

yenkhoon commented 3 years ago

no problem. you too!