Package setup, parser and a utility function
This commit is contained in:
24
README.md
24
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user