Giter Club home page Giter Club logo

safe-price-service's People

Contributors

dependabot[bot] avatar moisses89 avatar uxio0 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

safe-price-service's Issues

Add documentation

Add documentation for service in Safe docs. We must make sure that we let people know that we will only implement security updates to this service and that it will be a community driven project

Setup repository

  • Add License
  • Add README
  • Setup basic application
  • Setup CI
  • Setup Dependabot
  • Setup Docker
  • Setup Coveralls

Make RPC nodes configurable

Service needs an Ethereum RPC for every network that is supported. Multiple RPCS can be configured.

There are multiple options:

  • Database and admin panel: Adds a database dependency but allows an easy configuration
  • Environment variables: Simpler but requires rebooting the service to support more networks

Analyze and implement one of the solutions

Add service to safe infrastructure

  • Mention the service in safe-infrastructure.
  • If wallet infra team adds support for the service in the client gateway we could setup the service also.

Add price endpoint

  • Add endpoint /api/v1/chain/{chainId}/tokens/{address]
  • It should return:
{
  "ethPrice": "<stringified int>",
  "usdPrice": "<stringified int>"
}
  • ethPrice: should be the price of the asset in the base currency of the network.
  • usdPrice: should be the price in USD for the asset.

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.