readme typo

This commit is contained in:
Sayantan Karmakar 2022-05-27 21:01:44 +05:30
parent 3090d201dd
commit 34ac8205a9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ A developer tooling SDK for building on [serum-dex](https://github.com/project-s
## Prerequisites
You will need to use the `FileKeypair` class that extends the (`Keypair`)[https://solana-labs.github.io/solana-web3.js/classes/Keypair.html] class from (`@solana/web3.js`)[https://npmjs.com/package/@solana/web3.js] to provide easy file-based keypair management, which is required for the market making features provided by this package.
You will need to use the `FileKeypair` class that extends the (Keypair)[https://solana-labs.github.io/solana-web3.js/classes/Keypair.html] class from (@solana/web3.js)[https://npmjs.com/package/@solana/web3.js] to provide easy file-based keypair management, which is required for the market making features provided by this package.
```
const owner = FileKeypair.generate("./scripts/keys/owner.json");