# README
Monomer
Monomer uses the OP stack to make Cosmos applications deployable as Ethereum rollups.
⚠ Monomer is pre-production software and should be used with caution. ⚠
At a Glance
From the OP stack's perspective, Monomer replaces the default Ethereum compatible execution engine. From the Cosmos application's perspective, Monomer replaces the CometBFT consensus layer.
Development
We use Go 1.22. We use buf
to manage protobufs.
Prerequisites
-
Install go 1.22 or higher.
-
Install jq
-
Install foundry
-
Install buf:
make install-buf
-
Install golangci-lint:
make install-golangci-lint
-
Install go-test-coverage:
make install-go-test-coverage
Running tests
- Set up the environment for end-to-end (e2e) tests:
make setup-e2e
- Run the e2e tests:
make e2e
- Run the unit tests:
make test
Code Quality, Linting and Coverage
- Run linting:
make lint
- Check test coverage
make check-cover
Cleaning Up
- Clean up generated files and artifacts:
make clean
# Packages
No description provided by the author