Skip to content

609498/dymension

Repository files navigation

dYmension

  1. Install Go 1.18

  2. Clone this repo

  3. Install the dymd CLI

    make install

Usage

# Print help message
dymd --help

# Create your own single node devnet
dymd init test --chain-id test
dymd keys add user1
dymd add-genesis-account <address from above command> 10000000stake,1000token
dymd gentx user1 1000000stake --chain-id test
dymd collect-gentxs
dymd start

See <https://docs.dymension.xyz/node-runners/dymension-hub> for more information

## Contributing

### Tools

1. Install [golangci-lint](https://golangci-lint.run/usage/install/)

### Helpful Commands

```sh
# Build a new dymd binary and output to build/dymd
make build

About

dYmension settlement layer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.4%
  • Shell 1.7%
  • Other 0.9%