|
@@ -31,6 +31,13 @@ With Bolt, you can create games that live forever on the blockchain. These games
|
|
|
| `@magicblock-labs/bolt-sdk` | TypeScript client for Anchor programs | [](https://www.npmjs.com/package/@magicblock-labs/bolt-sdk) | [](https://book.boltengine.gg/getting_started/world_program.html#typescript-sdk-installation) |
|
|
|
| `@magicblock-labs/ephemeral-validator` | MagicBlock's extremely fast Solana compatible validator | [](https://www.npmjs.com/package/@magicblock-labs/ephemeral-validator) | [](https://book.boltengine.gg/getting_started/ephemeral_validator.html) |
|
|
|
|
|
|
+## ⚡️ Requirements
|
|
|
+
|
|
|
+Make sure to have the latest nightly toolchain, which is required to generate IDLs.
|
|
|
+```bash
|
|
|
+rustup update nightly
|
|
|
+```
|
|
|
+
|
|
|
## ⚡️ Installing the bolt-cli
|
|
|
|
|
|
```bash
|