We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Mysten Labs address alias file to refactor the DNS-Like feature of Suibase.
Also support alias for all Suibase commands. As an example: "localnet faucet myalias" to add coins to "myalias" address.
===
Related PR: MystenLabs/sui#13738 MystenLabs/sui#15162 MystenLabs/sui#15172
The filename is sui.aliases co-located with the client.yaml
The text was updated successfully, but these errors were encountered:
(#88) Support address 'alias' feature
e43ea36
Suibase renames only its own generated addresses. It never touches user defined aliases.
Name convention is documented in the Helper docs: https://chainmovers.github.io/suibase-api-docs/suibase/struct.Helper.html#method.client_sui_address
Example:
Sorry, something went wrong.
mario4tier
No branches or pull requests
Use Mysten Labs address alias file to refactor the DNS-Like feature of Suibase.
Also support alias for all Suibase commands. As an example:
"localnet faucet myalias" to add coins to "myalias" address.
===
Related PR:
MystenLabs/sui#13738
MystenLabs/sui#15162
MystenLabs/sui#15172
The filename is sui.aliases co-located with the client.yaml
The text was updated successfully, but these errors were encountered: