Skip to content

HydroBlockchain/aegir-backend

Repository files navigation

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!

Overview

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

Development dependencies

  • Docker. You can see how to install here
  • Docker composer. You can see how to install here

If you prefer not to use Docker for development, you need to have MongoDB installed

Local development

# 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

About

Contains APIs to handle part of the wallet logic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published