go-bitsong
go-bitsong copied to clipboard
:rocket: Official BitSong Blockchain Implementation in Go
When you issue a new fantoken, you need to specify the `symbol`. In my example I issued the symbol `angelo` it mean that in the state it's stored as `uangelo`....
I tried to mint some fantoken, when we `mint` a new `fantoken` it will add 6 standard decimal and the result could be out of the proposed intentions. ## Command...
Add the flag `--mintable` in the example of `bitsongd tx fantoken issue` ``` Examples: $ bitsongd tx token issue --name="Kitty Token" --symbol="kitty" --max-supply="1000000000000" --issue-fee="1000000" --description="Kitty Token" --mintable true --from= --chain-id=...
If I try the command `bitsongd tx fantoken update` there is confusion over descriptions Usage: `bitsongd tx fantoken update [symbol] [flags]` Examples: `bitsongd tx token edit --mintable=true --from= --chain-id= --fees=`...
If I try to transfer the ownership of a fantoken I get the following issue Command: `bitsongd tx fantoken transfer angelo --to $(bitsongd keys show validator2 -a)` Error: `unknown flag:...
Change the following description Command: `bitsongd tx fantoken transfer` From: `bitsongd tx token transfer --to= --from= --chain-id= --fees=` To: `bitsongd tx fantoken transfer --to= --from= --chain-id= --fees=`
The command `bitsongd tx fantoken` use the description `Token transaction subcommands` It should be `FanToken transaction subcommands`
Hi there, this is the **official scoreboard** of **bitsong-testnet-3 contest**, prizes, bonuses and methods will be communicated as soon as possible. **Thanks for being part of bitsong-testnet-3** Position | Address...
## This is the last BitSong Track Metadata implementation To all Music Providers, we need feedbacks for this issue If you consider that the structure has to be changed or...