Coder Social home page Coder Social logo

circlesubi / slimemold-service Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 476 KB

Trust network indexing and transfer steps finding API for Circles

License: GNU Affero General Public License v3.0

TypeScript 100.00%
fastify nestjs api openapi maxflow

slimemold-service's Introduction

slimemold-service

Trust network indexing and transfer steps finding API for Circles


Off-chain API service for Circles to find transitive transfer steps to send tokens within the trust graph.

Features

  • Indexes and stores Circles trust network
  • Calculate transitive transfer steps to send tokens

Requirements

  • NodeJS environment (v14)

Development

# Install dependencies
npm install

# Copy .env file for local development
cp .env.example .env

# Check code formatting
npm run lint

# Start local server and watch changes
npm run watch

# Run tests via `jest`
npm run test
npm run test:watch

Deployment

# Clean `./dist` folder from previous builds
npm run clean

# Build project files and copy them to `./dist` folder
npm run build

# Start node process
npm run start

License

GNU Affero General Public License v3.0 AGPL-3.0

slimemold-service's People

Contributors

adzialocha avatar llunacreixent avatar louilinn avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

slimemold-service's Issues

Docker image

Create a docker image for the API to make it usable by myxo and other projects interacting with circles

Review the API proxy concept

  • review the concept of API Proxy
  • review how an API can collect the number of request and comunicate this to the backend service

Worker design

  • What is a worker task? Is it handling edge updates, a whole event or even a block?
  • Where and how does the worker report errors?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.