Skip to content

availproject/reimann

Repository files navigation

Reimann

Set the environment variables

AWS_REGION=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
S3_BUCKET=
DA_SERVER_URL=

Run the DA server

cargo run --bin cli run da

Run the SMT server

cargo run --bin cli run smt

Make the genesis

cargo run --bin cli genesis init

Run Nexus chain

cargo run --bin cli run nexus

Run the origin rollup

cargo run --bin cli run rollup --name rollup1

Run the destination rollup

cargo run --bin cli run rollup --name rollup2 --port 8547 --p2p-port 30305 --authrpc-port 8553

Run test transfers

cargo run --bin cli test transfers

Init the full test

cargo run --bin cli test full init

Run the full test

cargo run --bin cli test full run

Hol' up, I'm lazy af

./demo.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published