mirror of
https://github.com/personaelabs/spartan-ecdsa.git
synced 2026-01-09 14:07:54 -05:00
Add ts lib readme
This commit is contained in:
21
packages/lib/README.md
Normal file
21
packages/lib/README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Spartan-ecdsa Typescript library
|
||||
|
||||
## Development
|
||||
|
||||
### Install dependencies
|
||||
|
||||
```
|
||||
yarn
|
||||
```
|
||||
|
||||
### Run tests
|
||||
|
||||
```
|
||||
yarn jest
|
||||
```
|
||||
|
||||
### Build
|
||||
|
||||
```
|
||||
yarn build
|
||||
```
|
||||
Reference in New Issue
Block a user