Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bitcoin-s/bitcoin-s-ts

A typescript library for using bitcoin-s
https://github.com/bitcoin-s/bitcoin-s-ts

Last synced: about 2 months ago
JSON representation

A typescript library for using bitcoin-s

Awesome Lists containing this project

README

        

# bitcoin-s-ts

This project is a set of libraries and frontend web UIs for [bitcoin-s](https://github.com/bitcoin-s/bitcoin-s/).

All modules in this project build as ES modules (ESM).

## Building

All typescript libraries can be built from the top level monorepo with `npm run build` and can be cleaned with `npm run clean`.

### Running the bitcoin-s web frontend

Please see [wallet-server-ui/README.md](wallet-server-ui/README.md)

### Running the Krystal Bull web frontend

Please see [oracle-server-ui/README.md](oracle-server-ui/README.md)