AstraProtocol / astra

Astra is the Ethereum-compatible blockchain network built on Cosmos SDK technology.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Astra is the Ethereum-compatible blockchain network built on Cosmos SDK technology.

License:Apache License 2.0


Languages

Language:Go 63.5%Language:Python 22.6%Language:TypeScript 4.5%Language:Makefile 3.5%Language:Shell 3.4%Language:Solidity 1.9%Language:Batchfile 0.4%Language:Nix 0.2%Language:Dockerfile 0.1%