Package setup, parser and a utility function

This commit is contained in:
Kuldeep
2026-01-03 04:48:14 +00:00
parent fd22e62079
commit 0026a2960f
16 changed files with 5903 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# @xo-cash/utils
XO utilities and parser
## Installation
```bash
npm install @xo-cash/utils
```
## Usage
```typescript
import { scriptToScriptHash } from '@xo-cash/utils';
```
## Links
- [Repository](https://gitlab.com/GeneralProtocols/xo/utils)
- [Issues](https://gitlab.com/GeneralProtocols/xo/utils/issues)
## License
MIT