Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thunderbiscuit/bitcoindevkit-by-example
A website exploring the bitcoindevkit through examples
https://github.com/thunderbiscuit/bitcoindevkit-by-example
bitcoin bitcoindevkit
Last synced: 3 months ago
JSON representation
A website exploring the bitcoindevkit through examples
- Host: GitHub
- URL: https://github.com/thunderbiscuit/bitcoindevkit-by-example
- Owner: thunderbiscuit
- License: apache-2.0
- Created: 2021-01-19T22:15:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T23:31:27.000Z (over 3 years ago)
- Last Synced: 2023-03-04T01:54:26.129Z (almost 2 years ago)
- Topics: bitcoin, bitcoindevkit
- Language: Shell
- Homepage: https://bitcoindevkit-by-example.com
- Size: 948 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bitcoindevkit by Example 😎
[You can check out the website here](https://www.bitcoindevkit-by-example.com/)!
I initially wrote this for myself, but I will gladly merge PRs for more content.
## Build locally
This website uses Jekyll, a static site generator, coupled with the simple yet very clean [just-the-docs theme](https://pmarsceill.github.io/just-the-docs/).The theme documentation has all the info you need to build locally and customize the theme, but the simple way to build locally for testing and content development is to ensure you have the Ruby toolchain with Jekyll available and simply run
```sh
git clone https://github.com/thunderbiscuit/bitcoindevkit-by-example.git
cd bitcoindevkit-by-example
jekyll serve
```Changes to the markdown files in the `content` directory will be reflected immediatly on `localhost:4000/`.