Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Sequencing Engine for Dymension RollApps

License

NotificationsYou must be signed in to change notification settings

dymensionxyz/dymint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

ABCI-client implementation for Dymension's autonomous RollApp forked fromcelestiaorg/optimint.

To learn more about Dymension's autonomous RollApps and dymint read thedocs.

licenseGoissuestestslint

Installation

From Binary

To download pre-built binaries, see thereleases page.

From Source

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

Get Source Code

git clone https://github.com/dymensionxyz/dymint.gitcd dymint

Compile

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

Run

To run a sequencer with a simple in-process (kvstore) application:

dymint initdymint start --proxy_app=kvstore

Reinstall

If you already have Dymint installed, and you make updates, simply

make install

To upgrade, run

git pull origin mainmake install

Regenerate protobuf

make proto-gen

Run tests

maketest

[8]ページ先頭

©2009-2025 Movatter.jp