https://github.com/bitjson/bitcoin-ts-example
A simple playground project for bitcoin-ts. You can also try it (without Typescript and the helpful autocompletion) on RunKit:
https://github.com/bitjson/bitcoin-ts-example
Last synced: 4 months ago
JSON representation
A simple playground project for bitcoin-ts. You can also try it (without Typescript and the helpful autocompletion) on RunKit:
- Host: GitHub
- URL: https://github.com/bitjson/bitcoin-ts-example
- Owner: bitjson
- License: mit
- Created: 2018-05-29T00:52:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T01:07:35.000Z (almost 8 years ago)
- Last Synced: 2025-01-14T06:47:22.683Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://runkit.com/bitjson/5b0d6bf88a328400123d062b
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bitcoin-ts-example
This is a very simple playground for trying [`bitcoin-ts`](https://github.com/bitjson/bitcoin-ts).
Just clone the repo and explore the library using an IDE with good TypeScript integration (like VSCode):
```bash
git clone https://github.com/bitjson/bitcoin-ts-example.git
code bitcoin-ts-example
```
[See the starter example →](./index.ts)