Skip to content

fincubator/ethereum_gateway

Repository files navigation

License Telegram


Payment gateway is a payment gateway between two different blockchains.

Requirements

Installation in Docker

  1. Install git, Docker, Docker Compose:
sudo apt install git docker.io docker-compose
  1. Clone the repository:
git clone https://github.com/fincubator/payment-gateway
cd payment-gateway
  1. Set the environment variables listed in the config.app.ts file in the .env file
  2. Start the services by running the command:
sudo docker-compose up

Contributing

You can help by working on opened issues, fixing bugs, creating new features or improving documentation.

Before contributing, please read CONTRIBUTING.md first.

License

Payment gateway is released under the GNU Affero General Public License v3.0. See LICENSE.md for the full licensing condition.