Proof-of-concept application for executing money transfers from the U.S. to Mexico, using the Ripple blockchain network as the payment settlement system
- Product Owner: George Pastrana
- Development: Quentin Vidal
- Fork and clone this repository.
- for dev environment initiliaze a local PostgreSQL server with a database and schema that can be found in the database folder
- From within the root directory:
npm install
npm build
npm start