Skip to content

AstraProtocol/astra

Astra

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+

Installation

For prerequisites and detailed build instructions please read the Installation instructions. Once the dependencies are installed, run:

make install

Integration test

cd integration_tests

Install dependencies

pip3 install -r requirements.txt 

Run test

./test.sh

Run single test

example:
    pytest -m staking -vv

Or check out the latest release.