Skip to content

Commit

Permalink
Merge pull request #4 from jim4067/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mikemaccana authored Oct 12, 2023
2 parents 7266d99 + 0536ee4 commit 7822e70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ The `node-helpers` package package contains node.js specific Solana helper funct

See `@solana/web3.js` for functions that work in both the browser and node.js.

## Installation
```bash
npm i @solana-developers/node-helpers
```

## getKeypairFromFile

Gets a keypair from a file - the format must be the same as [Solana CLI](https://docs.solana.com/wallet-guide/file-system-wallet) uses, ie, a JSON array of numbers:
Expand Down

0 comments on commit 7822e70

Please sign in to comment.