https://github.com/blockdaemon/demo-stakingapi
https://github.com/blockdaemon/demo-stakingapi
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/blockdaemon/demo-stakingapi
- Owner: Blockdaemon
- License: other
- Created: 2024-03-25T19:06:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T17:39:43.000Z (over 1 year ago)
- Last Synced: 2024-09-16T21:44:50.402Z (over 1 year ago)
- Language: TypeScript
- Size: 164 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blockdaemon Staking API demos using different wallets and SDKs
This repository contains multiple applications. Below are the links to the individual application folders and their README files.
To get started, click on the links for installation and usage instructions.
## Solana Staking
- [Stake deposit from Builder Vault wallet with TypeScript SDK](./solana-staking/buildervault/nodejs/README.md) - [(video clip)](https://youtu.be/wy-10gsdSGs?feature=shared)
- [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) - [(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)