Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thunderbiscuit/opcodeexplained.com
https://github.com/thunderbiscuit/opcodeexplained.com
bitcoin
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thunderbiscuit/opcodeexplained.com
- Owner: thunderbiscuit
- License: apache-2.0
- Created: 2023-07-11T01:39:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-16T19:50:26.000Z (25 days ago)
- Last Synced: 2024-12-16T20:41:53.416Z (25 days ago)
- Topics: bitcoin
- Language: JavaScript
- Homepage: https://opcodeexplained.com/
- Size: 377 KB
- Stars: 24
- Watchers: 6
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Readme
This repository contains the source code for [https://opcodeexplained.com](https://opcodeexplained.com).
## Contribute
If you see a page on the website you think could use some help, please consider opening an issue or pull request! Bitcoin Script is a complex system and attempting to build a small encyclopedia for it is no small affair. This project aims to be a strong reference that developers can rely on, and comments that help us further this goal are welcome.
## Local development
This website uses the [VitePress] static site generator to build the site from markdown content to a mobile-friendly, searchable, and accessible website.
You can build the website locally like so:
```shell
git clone https://github.com/thunderbiscuit/opcodeexplained.com
cd ./opcodeexplained.com/
npm install
npm run docs:dev
```[VitePress]: https://vitepress.dev/