Newer
Older
```bash
yarn add @amaurymartiny/txwrapper
```
In a JS file:
```typescript
import { importPrivateKey } from '@amaurymartiny/txwrapper';
console.log(importPrivateKey('0x...').address);
```
Go to [documentation](https://github.com/amaurymartiny/txwrapper/tree/master/docs/globals.md) for all the functions.