Coder Social home page Coder Social logo

bcoin-org.github.io's Introduction

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

Rendering markdown and using in-line code examples

You can render your code locally using the command npm run convert-markdown, which will populate the /guides directory with rendered HTML files. Please make sure your markdown renders correctly before submitting a pull request for a new guide.

The convert-markdown script uses PrismJS to decorate in-line code with language recognition. The current Prism settings can be found in Line 2 of prism.css. There is also a required prism.js file. If you need to add a new language to render your guide correctly, the Prism website will generate both files for you, just make sure you start with the current settings and don't remove any settings used by another guide!

Updating API Docs

Our API Documentation runs on the Open Source Slate Framework. To make an update, fork the repo and make the changes to the appropriate Markdown in the file directory: bcoin-org.github.io/api-docs-slate/source/includes/. When your PR is merged in to staging, the new docs will be built and deployed to the live docs page https://bcoin.io/api-docs/index.html.

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.