Skip to content

Commit

Permalink
chore(SOLNENG-27): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MnrGreg committed Dec 3, 2024
1 parent f3ec616 commit 39fb6e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To get started, click on the links for installation and usage instructions.
- [Stake deposit from Fireblocks wallet with TypeScript SDK](./solana-staking/fireblocks/nodejs/README.md)

## Ethereum Staking
- [Stake deposit from Builder Vault wallet with Web3 Provider TypeScript SDK](./ethereum-staking/buildervault/nodejs-web3provider/README.md)
- [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)
- [Stake deposit from Builder Vault wallet with Golang SDK](./ethereum-staking/buildervault/golang/README.md)
- [Stake deposit from Builder Vault wallet with TypeScript SDK](./ethereum-staking/buildervault/nodejs/README.md)
- [Stake deposit from Fireblocks wallet with TypeScript SDK](./ethereum-staking/fireblocks/nodejs/README.md) - [(video clip)](https://youtu.be/_6uwwNTh7iQ?feature=shared)
Expand Down
5 changes: 3 additions & 2 deletions ethereum-staking/buildervault/nodejs-web3provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,18 @@ cp .env.example .env
```shell
npm config set @sepior:registry=https://gitlab.com/api/v4/projects/56306653/packages/npm/ # Builder Vault nodejsSDK public repository
npm config set @blockdaemon:registry=https://npm.pkg.github.com/
npm config set //npm.pkg.github.com/:_authToken=YOUR_GITHUB_PAT
npm install @blockdaemon/buildervault-web3-provider
```

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

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

0 comments on commit 39fb6e4

Please sign in to comment.