Skip to content

Release 4

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jan 12:37
· 170 commits to main since this release
9b0974a

Changes

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