- Notifications
You must be signed in to change notification settings - Fork82
Sequencing Engine for Dymension RollApps
License
NotificationsYou must be signed in to change notification settings
dymensionxyz/dymint
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ABCI-client implementation for Dymension's autonomous RollApp forked fromcelestiaorg/optimint.
To learn more about Dymension's autonomous RollApps and dymint read thedocs.
To download pre-built binaries, see thereleases page.
You'll needgo
1.18installed and the requiredenvironment variables set, which can be done with the following commands:
echoexport GOPATH=\"\$HOME/go\">>~/.bash_profileechoexport PATH=\"\$PATH:\$GOPATH/bin\">>~/.bash_profile
git clone https://github.com/dymensionxyz/dymint.gitcd dymint
to put the binary in$GOPATH/bin
:
make install
or to put the binary in./build
:
make build
The latest Dymint is now installed. You can verify the installation byrunning:
dymint
To run a sequencer with a simple in-process (kvstore) application:
dymint initdymint start --proxy_app=kvstore
If you already have Dymint installed, and you make updates, simply
make install
To upgrade, run
git pull origin mainmake install
make proto-gen
maketest
About
Sequencing Engine for Dymension RollApps