README.md 336 B
Newer Older
Amaury Martiny's avatar
Amaury Martiny committed
# @amaurymartiny/txwrapper
Amaury Martiny's avatar
Amaury Martiny committed
```bash
yarn add @amaurymartiny/txwrapper
```

In a JS file:

```typescript
import { importPrivateKey } from '@amaurymartiny/txwrapper';
console.log(importPrivateKey('0x...').address);
Amaury Martiny's avatar
Amaury Martiny committed
```

Go to [documentation](https://github.com/amaurymartiny/txwrapper/tree/master/docs/globals.md) for all the functions.