An open API service indexing awesome lists of open source software.

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:

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)