tenthirtyone / bcoin-org.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Bcoin.io

This is the GitHub Pages hosted website for Bcoin.

Bcoin is the first fullnode Bitcoin implementation built specifically for production systems at scale. Originally created to be used as backend infrastructure for Purse.io, Bcoin enables companies to spin up consumer-grade bitcoin applications/wallet systems without the long-term concern of scalability, and security. Engineered from the ground-up in Nodejs to create scalable, flexible, and efficient production-ready systems. Bcoin can be integrated into almost any desktop or browser application to enable native payments, using bitcoin’s trusted and robust global network.

Guide Contribution Guidelines

Submitting Ideas and Claiming Bounties

Have an idea for a guide you'd like to contribute to our collection of Bitcoin tutorials? Want to collect a bounty for a submitted guide? First head on over to the GitHub issues and see if your idea is already posted. Bounties will be placed on issues via bountysource and tagged with the "guide" label.

Adding a New Guide

To add a new guide, just a submit a Pull Request with a markdown file added to the /guides-markdown directory in this repo (take a look at some of the other guides already there). Make sure to include a title using a top level header (with a single # hashtag in the markdown) and then a post-author and post-description at the top using code-snippet blocks labeled accordingly. If your PR is accepted, it will automatically be converted to html, added to the website and any bounty associated with the GitHub issue will be yours!

New guides should include the following:

  • Working code examples
  • Description of the design choices made
  • If different approaches are possible, these should be elaborated on and if possible demonstrated (e.g. SPV vs. Full Node, WalletDB vs. manual key management)
  • Section at the end for how the example could be expanded on, i.e. ready for production or additional functionality
  • If possible, links to repo with full working code implementation

About

License:MIT License


Languages

Language:JavaScript 43.2%Language:HTML 38.8%Language:CSS 17.8%Language:Ruby 0.2%Language:Shell 0.0%