Add instructions for generating a local keypair to tic-tac-toe section (#31)
This commit is contained in:
parent
c2f27b8e65
commit
508e0b70bd
|
@ -176,6 +176,9 @@ Now, run `anchor test`. This starts up (and subsequently shuts down) a local val
|
||||||
> This is likely because the test file is looking for types from your program that haven't been generated yet.
|
> This is likely because the test file is looking for types from your program that haven't been generated yet.
|
||||||
> To generate them, run `anchor build`. This builds the program and creates the idl and typescript types.
|
> To generate them, run `anchor build`. This builds the program and creates the idl and typescript types.
|
||||||
|
|
||||||
|
|
||||||
|
If you get the error `Error: Unable to read keypair file` when running the test, you likely need to generate a Solana keypair using `solana-keygen new`.
|
||||||
|
|
||||||
## Playing the game
|
## Playing the game
|
||||||
|
|
||||||
### The Play Instruction
|
### The Play Instruction
|
||||||
|
|
Loading…
Reference in New Issue