Skip to content

Commit 39fb6e4

Browse files
committed
chore(SOLNENG-27): update docs
1 parent f3ec616 commit 39fb6e4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To get started, click on the links for installation and usage instructions.
88
- [Stake deposit from Fireblocks wallet with TypeScript SDK](./solana-staking/fireblocks/nodejs/README.md)
99

1010
## Ethereum Staking
11-
- [Stake deposit from Builder Vault wallet with Web3 Provider TypeScript SDK](./ethereum-staking/buildervault/nodejs-web3provider/README.md)
11+
- [Stake deposit from Builder Vault wallet with Web3 Provider TypeScript SDK](./ethereum-staking/buildervault/nodejs-web3provider/README.md) - [(video clip)](https://youtu.be/H2kEFeiGq54?feature=shared)
1212
- [Stake deposit from Builder Vault wallet with Golang SDK](./ethereum-staking/buildervault/golang/README.md)
1313
- [Stake deposit from Builder Vault wallet with TypeScript SDK](./ethereum-staking/buildervault/nodejs/README.md)
1414
- [Stake deposit from Fireblocks wallet with TypeScript SDK](./ethereum-staking/fireblocks/nodejs/README.md) - [(video clip)](https://youtu.be/_6uwwNTh7iQ?feature=shared)

ethereum-staking/buildervault/nodejs-web3provider/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,18 @@ cp .env.example .env
4747
```shell
4848
npm config set @sepior:registry=https://gitlab.com/api/v4/projects/56306653/packages/npm/ # Builder Vault nodejsSDK public repository
4949
npm config set @blockdaemon:registry=https://npm.pkg.github.com/
50+
npm config set //npm.pkg.github.com/:_authToken=YOUR_GITHUB_PAT
5051
npm install @blockdaemon/buildervault-web3-provider
5152
```
5253

5354
### Step 3. Launch ethereum-stake-bv.ts to determine the BuilderVault wallet address
5455
```shell
55-
ts-node ethereum-stake-bv.ts
56+
npx ts-node ethereum-stake-bv.ts
5657
```
5758
- if needed, copy the new Ethereum wallet address and fund the account with https://holesky-faucet.pk910.de/#/
5859

5960
### Step 4. Re-launch ethereum-stake-bv.ts to generate the Stake Intent request, execute the contract with BuilderVault, and broadcast the transaction
6061
```shell
61-
ts-node ethereum-stake-bv.ts
62+
npx ts-node ethereum-stake-bv.ts
6263
```
6364
- observe the confirmed transaction through the generated blockexplorer link

0 commit comments

Comments
 (0)