You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: solana-staking/fireblocks/nodejs/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ sequenceDiagram
20
20
21
21
### Prerequisites
22
22
-[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)
24
24
- 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
25
25
- 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
26
26
@@ -37,9 +37,9 @@ cp .env.example .env
37
37
npm install
38
38
```
39
39
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
41
41
```shell
42
-
npm run start solana-stake-bv.ts
42
+
npm run start solana-stake-fb.ts
43
43
```
44
44
- note, on first run this step will fail as the wallet address has no funds
45
45
- copy the new Solana wallet address and fund the account
@@ -50,9 +50,9 @@ npm run start solana-stake-bv.ts
50
50
-https://faucet.quicknode.com/solana/testnet
51
51
-https://solfate.com/faucet
52
52
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
54
54
```shell
55
-
npm run start solana-stake-bv.ts
55
+
npm run start solana-stake-fb.ts
56
56
```
57
57
-[optional] view the signed transaction contents with inspector: https://explorer.solana.com/tx/inspector?cluster=testnet
58
58
- observe the confirmed transaction through the generated blockexplorer link
0 commit comments