doravota

module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 28, 2023 License: Apache-2.0

README

dora-vota

doravota node which supports cosmwasm in cosmos ecosystem

Install and Using

requirement: go version 1.20+

  1. download
git clone https://github.com/DoraFactory/doravota.git
  1. compile
cd doravota && make install
sudo cp ~/go/bin/dorad /usr/local/bin
  1. create wallet
dorad keys add xxx

Chain Info

  • chain-id: doravota-devnet
  • decimal: 6
  • Name: DORA

Some parameters

{
  "chainId": "doravota-devnet",
  "chainName": "dora",
  "rpc": "https://vota-rpc.dorafactory.org",
  "rest": "https://vota-rest.dorafactory.org",
  "bip44": {
    "coinType": 118
  },
  "bech32Config": {
    "bech32PrefixAccAddr": "dora",
    "bech32PrefixAccPub": "dorapub",
    "bech32PrefixValAddr": "doravaloper",
    "bech32PrefixValPub": "doravaloperpub",
    "bech32PrefixConsAddr": "doravalcons",
    "bech32PrefixConsPub": "doravalconspub"
  },
  "currencies": [
    {
      "coinDenom": "DORA",
      "coinMinimalDenom": "uDORA",
      "coinDecimals": 6,
      "coinGeckoId": "dora"
    }
  ],
  "feeCurrencies": [
    {
      "coinDenom": "DORA",
      "coinMinimalDenom": "uDORA",
      "coinDecimals": 6,
      "coinGeckoId": "dora",
      "gasPriceStep": {
        "low": 0.001,
        "average": 0.0025,
        "high": 0.003
      }
    }
  ],
  "stakeCurrency": {
    "coinDenom": "DORA",
    "coinMinimalDenom": "uDORA",
    "coinDecimals": 6,
    "coinGeckoId": "dora"
  },
  "features": [
    // "cosmwasm",
    // "dora-txfees"
  ]
}

/** Setting to speed up testing */
const defaultSigningClientOptions = {
  broadcastPollIntervalMs: 8_000,
  broadcastTimeoutMs: 16_000,
  gasPrice: GasPrice.fromString("0.025uDORA"),
};

Directories

Path Synopsis
app
cmd
testutil
nullify
Package nullify provides methods to init nil values structs for test assertion.
Package nullify provides methods to init nil values structs for test assertion.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL