Code Monkey home page Code Monkey logo

fioserver's Introduction

fiostore

Very simple http API for sending FIO requests.

  • Listens on port 8080
  • Endpoint is /v1/send_request
  • Options are set via ENV vars:
    • PRIV_KEY wif key for sending requests
    • NODEOS what api to use for sending requests
    • TOKENS comma seperated list of authentication tokens
    • FIO_ADDRESS the sender's FIO address
    • TRUST_XFF (any non-empty value) should the X-Forwarded-For request header be used for logging the IP?

example:

 $ curl -s localhost:8080/v1/send_request -d '{
     "fio_address": "bp0-east@dapixbp",
     "payee": "1LhFko2n6pDHkrw2uJQyrYdBkq8z2tEYmy",
     "chain_code": "BTC",
     "token_code": "BTC",
     "amount": 0.001,
     "memo": "invoice for cool t-shirt",
     "access_token": "your_authentication_token_code_here"
   }' | jq .
   {
     "sent": true,
     "code": 200,
     "message": "success",
     "txid": "b3388eb1d1494be32b32462155a9c97241d73a0935abb00d3ffc6dd7d3bc3afa"
   }

Note: the amount field expects a float

fioserver's People

Contributors

blockpane avatar

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.