Git Product home page Git Product logo

exchange's People

Contributors

nickmonad avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

exchange's Issues

Dynamic Tx Fees

Beyond the work to be done in #4, this service would ideally connect to a fee provider to dynamically adjust fees as needed based on time preference and network congestion. It would probably be wise to incorporate some configurable upper limit too so it doesn't run out of control in times of very high fees.

Configurable ETH fee

Right now, we are stuck at 10 gwei for our ETH tx fee outbound to Wyre. This doesn't work well at all in a dynamic fee marketplace. It should be quick and easy to change network fees.

Remove BlockCypher dependency

Or rather, make it optional. Ideally, users have the option of running a self-hosted auxiliary service (to be built) that will send this service webhook events for tx confirmations using data from their own node. Not only is this more secure (webhook service can authenticate via HMAC digests), it's less risky as we won't be dependent upon BlockCypher to stay up and running.

Dynamic Key and Address Management

Right now, this service utilizes manually configured "payers" to associate new addresses with, all under a single key mnemonic with varying HD paths to determine the actual address to sign for.

Ideally, this service provides an authenticated API for registering new payers (an action they could take on their own via a dashboard), and generating new, unique keys for each payer, while allowing them to generate one-time addresses for payment.

Migrate off SQL/RDS

RDS is not only expensive at scale, but it currently requires a fair amount of manual work to configure it and link it into this service deployment. I think the overall schema is simple enough to where something like DynamoDB would work.

Dynamo provides a couple key benefits

  1. can easily be configured and provisioned quickly via CloudFormation
  2. authentication can be done entirely by IAM policies, meaning no passwords have to be configured

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.