Giter Club home page Giter Club logo

btc-oracle-tx-service's Introduction

Oracle and Transaction Service

Purpose

The oracle part is for getting information from the bitcoin blockchain. The Transaction Service is to create transaction in the BTC network.

Usage

You need a bcoin API. Environment:

  • BCOIN_URL: url with http prefix of the api
  • BCOIN_PASSWORD: bcoin api token
  • REQUIRED_CONFIRMATIONS: (default 6) confirmations required to deem a block as accepted.

yarn start

bcoin Setup

Required Environment:

  • BCOIN_WALLET_URL
  • BCOIN_PASSWORD
  • BCOIN_WALLET_ID: The id of the wallet, that should be created
  • EXTENDED_RANDOM_PUBKEY: An public key in extended format. A random key is fine, since we'll import a diffrent address. Can be generated here: https://iancoleman.io/bip39
  • BCOIN_WALLET_PASSPHRASE: Passphrase to secure the wallet
  • POOL_ADDRESS: Address that should be added. This is the only address we can send from
  • BCOIN_RESCAN_HEIGHT: After adding of the pool address, existing transactions are not visible. Use the height of the earliest transaction from/to the pool.

Run yarn bcoin-setup

Use yarn bcoin-info to get info about the wallet with the configured wallet-id.

btc-oracle-tx-service's People

Contributors

jedsada-gh avatar strernd avatar wimkung 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.