Skip to content

jonnybutlein/signed-api

 
 

Repository files navigation

signed-api

A monorepo for managing signed data. Consists of:

  • api - A service for storing and accessing signed data. It provides endpoints to handle signed data for a specific airnode.
  • airnode-feed - A service for pushing data provider signed data.
  • e2e - End to end test utilizing Mock API, Airnode feed and signed API.

Read the specification for more details on the architecture and the components.

Getting started

The repo uses pnpm workspaces. To install the dependencies:

pnpm install

and to build the packages:

pnpm run build

Note, that everytime you make a change to a workspace that is used as a dependency of another, you need to rebuild the changed package (otherwise you might get weird JS/TS errors).

About

A monorepo for managing signed data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.0%
  • Dockerfile 3.1%
  • JavaScript 1.8%
  • Shell 0.1%