chain-docs
chain-docs copied to clipboard
Docs for http://github.com/crypto-com/chain-main/
- Example of adding memo, could be included in [Basic Transactions and queries #](https://crypto.org/docs/getting-started/mainnet.html#basic-transactions-and-queries) - Maximum memo size #175
https://crypto.org/docs/chain-details/module_overview.html#gov > Otherwise, if the proposal is not successfully funded within max_deposit_period, It will become inactive and all the deposit will be refunded. vs https://github.com/crypto-org-chain/chain-main/blob/master/integration_tests/test_gov.py#L102 Also, it'll be good to...
See https://github.com/crypto-com/chain-desktop-wallet/issues/371
Given Keplr can support the network out of the box: https://github.com/giansalex/cro-keplr it may be worth documenting its setup as an additional option under Wallets: https://crypto.org/docs/wallets/ledger.html Extra challenge for coding samples...
@CeruleanAtMonaco mentioned this was required by one of external parties
I am learning the genesis structure with the page https://crypto.org/docs/chain-details/genesis_file.html#fields-in-genesis and the default genesis file https://github.com/crypto-com/testnets/blob/main/testnet-croeseid-2/genesis.json Looks like the document is missing a few fields such as: "evidence", "genutil", "ibc",...
The term `moniker` is confusing from the feedback of community, it should be explained more specifically. https://chain.crypto.com/docs/getting-started/croeseid-testnet.html#step-2-configure-chain-maind
For example 1 basetcro / 10^8 = 1 cro
Right now the guide tells user to do `pip install .`. But a more reliable way is use nix for the reproducible env.