File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
ethereum-staking/buildervault/nodejs-web3provider Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ To get started, click on the links for installation and usage instructions.
8
8
- [ Stake deposit from Fireblocks wallet with TypeScript SDK] ( ./solana-staking/fireblocks/nodejs/README.md )
9
9
10
10
## 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 )
12
12
- [ Stake deposit from Builder Vault wallet with Golang SDK] ( ./ethereum-staking/buildervault/golang/README.md )
13
13
- [ Stake deposit from Builder Vault wallet with TypeScript SDK] ( ./ethereum-staking/buildervault/nodejs/README.md )
14
14
- [ Stake deposit from Fireblocks wallet with TypeScript SDK] ( ./ethereum-staking/fireblocks/nodejs/README.md ) - [ (video clip)] ( https://youtu.be/_6uwwNTh7iQ?feature=shared )
Original file line number Diff line number Diff line change @@ -47,17 +47,18 @@ cp .env.example .env
47
47
``` shell
48
48
npm config set @sepior:registry=https://gitlab.com/api/v4/projects/56306653/packages/npm/ # Builder Vault nodejsSDK public repository
49
49
npm config set @blockdaemon:registry=https://npm.pkg.github.com/
50
+ npm config set //npm.pkg.github.com/:_authToken=YOUR_GITHUB_PAT
50
51
npm install @blockdaemon/buildervault-web3-provider
51
52
```
52
53
53
54
### Step 3. Launch ethereum-stake-bv.ts to determine the BuilderVault wallet address
54
55
``` shell
55
- ts-node ethereum-stake-bv.ts
56
+ npx ts-node ethereum-stake-bv.ts
56
57
```
57
58
- if needed, copy the new Ethereum wallet address and fund the account with https://holesky-faucet.pk910.de/#/
58
59
59
60
### Step 4. Re-launch ethereum-stake-bv.ts to generate the Stake Intent request, execute the contract with BuilderVault, and broadcast the transaction
60
61
``` shell
61
- ts-node ethereum-stake-bv.ts
62
+ npx ts-node ethereum-stake-bv.ts
62
63
```
63
64
- observe the confirmed transaction through the generated blockexplorer link
You can’t perform that action at this time.
0 commit comments