You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Bucko e5d10b06a6 fix typo 7 years ago
api-docs Deploy bcoin-org/bcoin-org.github.io to github.com/bcoin-org/bcoin-org.github.io.git:master 7 years ago
assets css: adjusted padding on guide headers 7 years ago
docs Deploy bcoin-org/bcoin-org.github.io to github.com/bcoin-org/bcoin-org.github.io.git:master 7 years ago
guides fix removal of end of line spaces in markdown for multisig guide 7 years ago
guides-markdown add space in markdown blockquote 7 years ago
node_modules basic script for inserting markdown into html template 7 years ago
page-templates move contribution note to sidebar 7 years ago
utils fix titles for install guides 7 years ago
.gitignore travis githubpages deploy doesn't work if generated pages aren't tracked so need to add them back in 7 years ago
.travis.yml Deploy bcoin-org/bcoin-org.github.io to github.com/bcoin-org/bcoin-org.github.io.git:master 7 years ago
CNAME Deploy bcoin-org/bcoin-org.github.io to github.com/bcoin-org/bcoin-org.github.io.git:master 7 years ago
LICENSE Deploy bcoin-org/bcoin-org.github.io to github.com/bcoin-org/bcoin-org.github.io.git:master 7 years ago
README.md fix typo 7 years ago
browser.html Deploy bcoin-org/bcoin-org.github.io to github.com/bcoin-org/bcoin-org.github.io.git:master 7 years ago
build Deploy bcoin-org/bcoin-org.github.io to github.com/bcoin-org/bcoin-org.github.io.git:master 7 years ago
deployed at Fri Oct 6 20:56:28 UTC 2017 by Deployment Bot (from Travis CI) Deploy bcoin-org/bcoin-org.github.io to github.com/bcoin-org/bcoin-org.github.io.git:master 7 years ago
guide-generator.js Deploy bcoin-org/bcoin-org.github.io to github.com/bcoin-org/bcoin-org.github.io.git:master 7 years ago
guides.html fix removal of end of line spaces in markdown for multisig guide 7 years ago
index.html Deploy bcoin-org/bcoin-org.github.io to github.com/bcoin-org/bcoin-org.github.io.git:master 7 years ago
package-lock.json Deploy bcoin-org/bcoin-org.github.io to github.com/bcoin-org/bcoin-org.github.io.git:master 7 years ago
package.json Deploy bcoin-org/bcoin-org.github.io to github.com/bcoin-org/bcoin-org.github.io.git:master 7 years ago
slack-signup.html Deploy bcoin-org/bcoin-org.github.io to github.com/bcoin-org/bcoin-org.github.io.git:master 7 years ago
update Deploy bcoin-org/bcoin-org.github.io to github.com/bcoin-org/bcoin-org.github.io.git:master 7 years ago

README.md

About Bcoin.io

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 written with bcoin? 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!