Unverified Commit e129050e authored by Amaury Martiny's avatar Amaury Martiny Committed by GitHub
Browse files

chore: Update README.md

parent f300844c
# txwrapper
# @amaurymartiny/txwrapper
Go to [documentation](https://github.com/amaurymartiny/txwrapper/tree/master/docs/globals.md).
```bash
yarn add @amaurymartiny/txwrapper
```
In a JS file:
```typescript
import { generateKeypair } from '@amaurymartiny/txwrapper';
console.log(generateKeypair().address);
```
Go to [documentation](https://github.com/amaurymartiny/txwrapper/tree/master/docs/globals.md) for all the functions.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment