Code Monkey home page Code Monkey logo

bitcoin-forge's Introduction

Bitcoin Forge

BF logo

This project intends to be an offline suite of tools for low-level operations with Bitcoin, like forging transactions or tinker with scripts.

The core features are developed using BitcoinJS (bitcoinjs-lib).

The Miniscript features are developed using code taken from http://bitcoin.sipa.be/miniscript/ (designed and implemented by Pieter Wuille, Andrew Poelstra, and Sanket Kanjalkar).

The front-end is developed mainly using React, Bootstrap and other libraries

Features

Some things that can be done with this toolkit:

  • Transactions
    • Create a transaction by defining the inputs and outputs specifically
    • Deconde a transaction from it's raw hexa
  • Address
    • Create an address in different formats given the public key(s) or redeem script
  • Scripts
    • Decompile the script ASM given the raw hexa notation
    • Create a script manually by adding values or OPCODES to the stack
    • Create a script using the Miniscript notation
  • Cryptography
    • Hash a message or a binary content (in hex) with different algorithms
    • Generate private and public keys using ECDSA. Sign content.

Web (online) version

You can use the already compiled version at https://improvein.github.io/bitcoin-forge/

Even if that version is published online, it should work offline without issues.

The online version does not have any analytics tool that tracks trafic, except of what GitHub might do on the server side.

Local version

The project should run locally without internet connection. That is why you can run the local version with the files under the dist folder

Build and Run

You can build your own version and run it.

First, download the project

git clone https://github.com/improvein/bitcoin-forge.git

Then, install dependencies

npm install

Finally, you can either build the project into the dist folder (using webpack)

npm run buildweb

or start a local server (using webpack dev server)

npm run startweb

Contribute

Contributions and always welcome and much appreciated!

You can report bugs or post suggestions:
https://github.com/improvein/bitcoin-forge/issues

Or, if you know your way around code, you can propose changes and push a Pull Request:
https://github.com/improvein/bitcoin-forge/pulls

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.