-
I have an assumption that programmatic CLI output should be "easy to use in scripting" but that we are not aligned on what that means. The result is it keeps coming up in PR reviews.
Examples:
1. …
-
```shell
(.venv) ubuntu@c2-large-x86-syd-1:~/workspace/yzp$ python3 --version
Python 3.10.12
(.venv) ubuntu@c2-large-x86-syd-1:~/workspace/yzp$ pip show bittensor
Name: bittensor
Version: 8.2.0
…
-
Currently, generating a new key using the CLI produces a single output: the SS58 address of the new account.
```
New account:
{
name: MyFirstAccount
address: 5HMnksPMRPqsDqyCj31…
-
I instantiated a contract with `cargo contract instantiate` and immediately tried to call a message using `cargo contract call`, which resulted in the following error:
```
❯ cargo contract call -…
-
When trying to use the ERC20 wrapper, and using an ERC20 contract already on-chain (deployed using Redspot), I am getting the following error:
```
ModuleNotFoundError: No module named 'patractinte…
-
We use `cargo-unleash` in the [ss58-registry repo](https://github.com/paritytech/ss58-registry).
As I can see it successfully publishes crate to crate.io (for example: https://crates.io/crates/ss58…
-
Create a new Branch from `devel` and name it appropriately!
When entering the address into the input field in the `TransferView`, add a button on the right side of the input to save the address.
…
-
Hello,
The documentation tells you how to get the balance with the system pallets and the account call.
But this is only for ss58 addresses, why doesnt it work with pubkeys?
```ts
const ac…
-
How to use subkey to create HydraDX (ss58) address?
https://github.com/paritytech/substrate/tree/master/bin/utils/subkey
HydraDX (ss58) specific instruction to generate address in terminal
-
### Summary
It may be of value to provide a centralised repo where projects / teams can browse and "claim" a namespace_id. This will allow for quick discovery of namespace_id associated with a proje…