Skip to content

Release 3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Dec 15:40

Changes

  • Released the validator-staking ADO
  • Released the vesting ADO

See the CHANGELOG for details.

Building the Contracts from Source

To build the contracts from source, you can use the following commands:

git clone https://github.com/andromedaprotocol/andromeda-core.git
cd andromeda-core
make build

Building the Contracts from Source (arm-64)

To build the contracts from source, you can use the following commands:

git clone https://github.com/andromedaprotocol/andromeda-core.git
cd andromeda-core
make build-arm

Generating Schemas

To generate the schemas, you can use the following command:

git clone https://github.com/andromedaprotocol/andromeda-core.git
cd andromeda-core
make schemas