25 lines
334 B
Markdown
25 lines
334 B
Markdown
# @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
|