Add ts lib readme

This commit is contained in:
Daniel Tehrani
2023-01-18 20:46:52 +09:00
parent ce70cc9f1b
commit 423739a2bf

21
packages/lib/README.md Normal file
View File

@@ -0,0 +1,21 @@
# Spartan-ecdsa Typescript library
## Development
### Install dependencies
```
yarn
```
### Run tests
```
yarn jest
```
### Build
```
yarn build
```