Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BitVM/bitvm-js
Experimental draft implementation of BitVM
https://github.com/BitVM/bitvm-js
Last synced: 3 months ago
JSON representation
Experimental draft implementation of BitVM
- Host: GitHub
- URL: https://github.com/BitVM/bitvm-js
- Owner: BitVM
- Created: 2024-02-16T08:03:15.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-08T20:52:13.000Z (11 months ago)
- Last Synced: 2024-08-01T21:41:53.408Z (7 months ago)
- Language: JavaScript
- Homepage: https://bitvm.org
- Size: 4.37 MB
- Stars: 33
- Watchers: 8
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bitvm - BitVM Toy Implementation
README
# BitVM Toy Implementation
A work-in-progress toy-implementation of BitVM. This is still extremely experimental code which's purpose is mostly for us to figure out how to build BitVM. This project is only meant to be a draft or blueprint for a proper implementation in Rust.
That's why it is totally messy and not documented. We will clean this up asap.
## Development
Serve the root directory with a local web server. For example, Python3 `python3 -m http.server 7777` or Python2: `python -m SimpleHTTPServer 7777`. Then open http://localhost:7777/run
## Bitcoin Script Interpreter
Our Bitcoin Script [interpreter](https://bitvm.github.io/BitVM/run/interpreter.html) is a tool to develop complex Bitcoin Scripts.