Payment gateway is a payment gateway between two different blockchains.
- Docker (19.03.5, 18.09.7 tested)
- Docker Compose (1.24.1 tested)
- Node.js (10.16.0 tested)
- NPM (6.9.0 tested)
- PostgreSQL (12.1 tested)
- Redis (5.0.7 tested)
- Go Ethereum, Parity Ethereum or many other RPC providers like Infura
- BitShares Core or many other RPC providers like blckchnd
- Install git, Docker, Docker Compose:
sudo apt install git docker.io docker-compose
- Clone the repository:
git clone https://github.com/fincubator/payment-gateway
cd payment-gateway
- Set the environment variables listed in the config.app.ts file in the .env file
- Start the services by running the command:
sudo docker-compose up
You can help by working on opened issues, fixing bugs, creating new features or improving documentation.
Before contributing, please read CONTRIBUTING.md first.
Payment gateway is released under the GNU Affero General Public License v3.0. See LICENSE.md for the full licensing condition.