Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
txwrapper
Commits
e129050e
Unverified
Commit
e129050e
authored
Dec 02, 2019
by
Amaury Martiny
Committed by
GitHub
Dec 02, 2019
Browse files
chore: Update README.md
parent
f300844c
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
e129050e
# 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.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment