Skip to content

Dora Vota which supports quadratic voting, MACI (Minimal Anti-collusion Infrastructure) and aMACI voting

License

Notifications You must be signed in to change notification settings

DoraFactory/doravota

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
git checkout 0.1.0
  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: vota-ash
  • decimal: 18
  • token name: DORA
  • chain name: Dora Vota

Some parameters

{
    "chainId": "vota-ash",
    "chainName": "Dora Vota",
    "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": "peaka",
        "coinDecimals": 18,
        "coinGeckoId": "dora"
      }
    ],
    "feeCurrencies": [
      {
        "coinDenom": "DORA",
        "coinMinimalDenom": "peaka",
        "coinDecimals": 18,
        "coinGeckoId": "dora",
        "gasPriceStep": {
          "low": 100000000000,
          "average": 300000000000,
          "high": 500000000000
        }
      }
    ],
    "stakeCurrency": {
      "coinDenom": "DORA",
      "coinMinimalDenom": "peaka",
      "coinDecimals": 18,
      "coinGeckoId": "dora"
    },
    "features": [
      "cosmwasm"
    ]
  }

About

Dora Vota which supports quadratic voting, MACI (Minimal Anti-collusion Infrastructure) and aMACI voting

Resources

License

Stars

Watchers

Forks

Packages

No packages published