Acilia NFT Swap API
  • Acilia Swap API
    • Use cases
    • Installation
    • Disclaimer
  • Quick Start
    • Getting started guides
      • List an NFT on Polygon
      • Purchase a listed NFT
      • Cancel a listed NFT
    • Technical Documentation
      • What is Acilia ID
Powered by GitBook
On this page
  1. Acilia Swap API

Installation

PreviousUse casesNextDisclaimer

Last updated 2 years ago

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 .

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
here