Installation

The Acilia Swap API is a Standalone Docker image that can be spun up in just a few commands.

NOTE: Acilia is now in private alpha and working closely with a small amount of teams and is preparing for an official release. If you want to work closely with us and becomes one of the pioneers of this project, please reach out here.

NOTE: the repository is still private for now. Instructions below, however, reflect how simple it will be to get the API up and running! 💪

$ git clone https://github.com/acilia-llc/private-keep
$ cd private-keep
$ cp .env_example .env
$ vim .env                 # Fill in the environment variables requested
$ docker-compose up -d
$ open http://localhost:3000/graphql

Last updated