Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.07 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.07 KB

Hedgy.Cash App · GitHub license

Logo

This application uses the AnyHedge protocol to provide decentralized hedge solution against arbitrary assets on the BCH network.

Print

Oracle server

Setup: Serverless and AWS credentials

https://www.serverless.com/framework/docs/providers/aws/guide/credentials/

Run locally

cd oracle
npm i
npm start

Front Web App

Install

Required: Node.js

cd front
npm install

Run locally

cd front
npm start