https://github.com/coinbase-samples/core-ts
https://github.com/coinbase-samples/core-ts
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coinbase-samples/core-ts
- Owner: coinbase-samples
- License: apache-2.0
- Created: 2024-10-02T19:33:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-11T14:56:34.000Z (9 months ago)
- Last Synced: 2025-09-11T17:36:03.082Z (9 months ago)
- Language: TypeScript
- Size: 88.9 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Coinbase TS Core
## Overview
_Coinbase TS Core_ is a library that is used by other Typescript sdks and samples
## License
The _Coinbase TS Core_ sample library is free and open source and released under the [Apache License, Version 2.0](LICENSE).
The application and code are only available for demonstration purposes.
## Build
To build the sample library, ensure that NodeJS 20+ is installed and then run:
```bash
npm run build
```