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: 13 days ago
JSON representation
A typescript library for using bitcoin-s
- Host: GitHub
- URL: https://github.com/bitcoin-s/bitcoin-s-ts
- Owner: bitcoin-s
- License: mit
- Created: 2021-08-26T12:51:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T05:21:12.000Z (about 2 years ago)
- Last Synced: 2025-04-19T13:05:59.905Z (14 days ago)
- Language: TypeScript
- Size: 11.3 MB
- Stars: 14
- Watchers: 2
- Forks: 8
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)