You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.
the new rgb-cli seems to have a completely different interface:
when I do
rgb-cli --help
I am seeing the subcommands:
...
SUBCOMMANDS:
consignment
Request contract consignment
embed
Embed contract information into PSBT file
help
Print this message or the help of the given subcommand(s)
list
List all known contract ids
register
Add new contract to the node
state
Query contract state
The text was updated successfully, but these errors were encountered:
You have probably posted to a wrong repo: this repo has no cli command or info about it in the readme at all.
The latest instructions on how to use RGB are on https:/rgb.tech.
From what you write it seems you are referring to RGB Node repo. It is not advised to use it until RGB Node will be upgraded to support v0.10. Also RGB Node is not needed for a desktop use (only for server-side). So, until you'd like to play with the previous v0.9 version (which is incompatible with v0.10) - please use command-line tool from https://github.com/RGB-WG/rgb
Am I missing something ? I am using the command
rgb-cli -n testnet -vvvv fungible issue TCKN "SomeToken" <supply>@<txid>:<vout>
the new rgb-cli seems to have a completely different interface:
when I do
rgb-cli --help
I am seeing the subcommands:
The text was updated successfully, but these errors were encountered: