Skip to content

cryptol0g1c/stablepay-demo

Repository files navigation

stablepay-dev

Starting the dApp

To start the app simply write:

npm i && npm start

The dApp will receive connections at: http://localhost:8080

Tests

To run tests (backend and frontend) simply do:

npm test

Server routes

  • Backend code /server/dai.js
  • Frontend code /frontend/index.js

Backend API

To query directly the DAI balance of the address:

    {
      success: true,
      DAIBalance: {},
      TokenInfo: {}
    }

Docker

To build and run the app as Docker image simply run:

docker build -t <app_name> .
docker run -p 8080:8080 <app_name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published