v1.1.0
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
git checkout v1.1.x
make build
Generating Schemas
To generate the schemas, you can use the following command:
git clone https://github.com/andromedaprotocol/andromeda-core.git
cd andromeda-core
git checkout v1.1.x
make schemas