neo-go/cli
Roman Khimov 29fec1c2ee wallet: add remark14 option to migrate UTXO assets to N3
N3 migration works via sends to blackhole ANeo2toNeo3MigrationAddressxwPB2Hz
address with Remark14 attribute set to target N3 address [1]. This option
allows to create such transaction (but it doesn't check target address in any
way, if you make a mistake there you'll lose your assets forever). It works
like this:

$ neo-go wallet transfer -p file.wallet -r https://rpc-node:10331 --from AZ81H31DMWzbSnFDLFkzh9vHwaDLayV7fU --to ANeo2toNeo3MigrationAddressxwPB2Hz --asset NEO --amount 10 --remark14 NVTiAjNgagDkTr5HTzDmQP9kPwPHN5BgVq

[1]: https://docs.neo.org/tutorials/en-us/migrationB.html
2021-09-02 18:51:47 +03:00
..
flags cli: fix type in flags.Fixed8FromContext 2020-03-24 17:17:28 +03:00
server cli: allow to export state root dumps 2020-09-15 16:16:48 +03:00
smartcontract cli: allow specifying system fee via -s for invocations 2021-02-26 14:52:45 +03:00
vm *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
wallet wallet: add remark14 option to migrate UTXO assets to N3 2021-09-02 18:51:47 +03:00
.gitignore Better error messages (#24) 2018-02-24 10:10:45 +01:00
main.go config: move config.go out of config/ 2020-03-31 17:55:59 +03:00