github-actions
released this
05 Nov 10:42
·
130 commits
to development
since this release
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