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