Astra is a scalable, high-throughput Proof-of-Stake blockchain that is fully compatible and interoperable with Ethereum. It's built using the Cosmos SDK which runs on top of Tendermint Core consensus engine.
Note: Requires Go 1.18.0+
For prerequisites and detailed build instructions please read the Installation instructions. Once the dependencies are installed, run:
make install
cd integration_tests
pip3 install -r requirements.txt
./test.sh
example:
pytest -m staking -vv
Or check out the latest release.