Aegir Wallet for Storing and sharing Hydro and NFTs Tokens
Project Hydro enables developers to seamlessly deploy blockchain in their existing applications, without the need to create expensive infrastructure. We're at the cutting edge of fintech, and we're excited to have you involved!
This repository exposes the API that manages part of the logic of Aegir wallet in order to offer a better performance in the mobile app, by delegating the greatest complexity to the backend, plus adding centralized error recording and control
If you prefer not to use Docker for development, you need to have MongoDB installed
# Clone Repo
$ git clone https://github.com/HydroBlockchain/aegir-backend
# Go to the repo directory
$ cd aegir-backend
# Install dependencies
$ yarn install
# copy the file .env.example you already have the necessary data to run a development environment
$ cp .env.example .env
# Run the containers
$ sudo docker-composer up -d