Skip to content

Commit 79d521a

Browse files
committed
chore(SOLNENG-27): update docs
1 parent e9efd49 commit 79d521a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

solana-staking/fireblocks/nodejs/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sequenceDiagram
2020

2121
### Prerequisites
2222
- [Node.js](https://nodejs.org/en/download/package-manager) or use [code-spaces](https://codespaces.new/Blockdaemon/demo-buildervault-stakingAPI?quickstart=1)
23-
- Register for a Fireblocks sandbox tenant: https://www.blockdaemon.com/get-started/builder-vault-sandbox-registration
23+
- Create Fireblocks [API and Secret key](https://developers.fireblocks.com/docs/manage-api-keys) for use with the [Fireblocks TypeScript SDK](https://github.com/fireblocks/ts-sdk)
2424
- Register free Blockdaemon [RPC API key](https://docs.blockdaemon.com/reference/get-started-rpc#step-1-sign-up-for-an-api-key) and set in .env as BLOCKDAEMON_API_KEY
2525
- Register free Blockdaemon [Staking API key](https://docs.blockdaemon.com/reference/get-started-staking-api#step-1-sign-up-for-an-api-key) and set in .env as BLOCKDAEMON_STAKE_API_KEY
2626

@@ -37,9 +37,9 @@ cp .env.example .env
3737
npm install
3838
```
3939

40-
### Step 3. Launch solana-stake-bv.ts to auto-create the Builder Vault wallet address on first run
40+
### Step 3. Launch solana-stake-fb.ts to auto-create the Builder Vault wallet address on first run
4141
```shell
42-
npm run start solana-stake-bv.ts
42+
npm run start solana-stake-fb.ts
4343
```
4444
- note, on first run this step will fail as the wallet address has no funds
4545
- copy the new Solana wallet address and fund the account
@@ -50,9 +50,9 @@ npm run start solana-stake-bv.ts
5050
- https://faucet.quicknode.com/solana/testnet
5151
- https://solfate.com/faucet
5252

53-
### Step 5. Launch solana-stake-bv.ts to generate the Stake Intent request, sign the request with BuilderVault and broadcast the transaction
53+
### Step 5. Launch solana-stake-fb.ts to generate the Stake Intent request, sign the request with BuilderVault and broadcast the transaction
5454
```shell
55-
npm run start solana-stake-bv.ts
55+
npm run start solana-stake-fb.ts
5656
```
5757
- [optional] view the signed transaction contents with inspector: https://explorer.solana.com/tx/inspector?cluster=testnet
5858
- observe the confirmed transaction through the generated blockexplorer link

0 commit comments

Comments
 (0)