Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- 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 (almost 2 years ago)
- Last Synced: 2024-10-08T14:11:56.618Z (3 months ago)
- Language: TypeScript
- Size: 11.3 MB
- Stars: 14
- Watchers: 3
- Forks: 9
- 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)