Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chorusone/opus-pool-sdk
Opus Pool SDK
https://github.com/chorusone/opus-pool-sdk
ethereum opus-team proof-of-stake staking
Last synced: 13 days ago
JSON representation
Opus Pool SDK
- Host: GitHub
- URL: https://github.com/chorusone/opus-pool-sdk
- Owner: ChorusOne
- License: apache-2.0
- Created: 2023-12-18T21:52:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-29T20:51:00.000Z (6 months ago)
- Last Synced: 2024-05-30T00:59:54.484Z (6 months ago)
- Topics: ethereum, opus-team, proof-of-stake, staking
- Language: TypeScript
- Homepage: https://chorus-one.gitbook.io/opus-pool-sdk-1.0/
- Size: 796 KB
- Stars: 5
- Watchers: 9
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OPUS Pool SDK
## π Notice: Migration to Chorus One SDK
The OPUS Pool SDK has been integrated into the [Chorus One SDK](https://chorus-one.gitbook.io/sdk). We recommend all users migrate to the new SDK, which supports multiple networks (Ethereum, Solana, NEAR, and more) and offers enhanced signing options with fireblocks, ledger and local signing.
Visit the [Chorus One SDK Documentation](https://github.com/ChorusOne/chorus-one-sdk) for more details.**Please note**: The OPUS Pool SDK will no longer receive new updates or releases but will remain available for legacy use.
## Overview
[OPUS Pool SDK](https://www.npmjs.com/package/@chorus-one/opus-pool) provides
a programmatic interface to deliver integration of
non-custodial staking on Ethereum networks. It enables easy integration with pools, including those operated by Chorus One, allowing users to stake any amount of ETH and start earning rewards immediately.Itβs powered by StakewiseV3βs audited and secure smart contracts and leverages Chorus One's proprietary [MEV Research](https://chorus.one/categories/mev) for enhanced returns. Whether you're interested in liquid staking, automated restaking of rewards, or creating a regulated pool for specific users, this guide will walk you through leveraging the OPUS Pool SDK to its full potential.
The SDK interface is implemented as Typescript library `opus-pool`,
which is distributed under Apache 2.0 license.## Integration Flow
![Integration Flow - Illustrated](./book/media/integration.png)
## Demo
Visit [Demo website](https://chorusone.github.io/opus-pool-demo/) to try out the steps you will learn in this guide staking with OPUS Pool SDK.
Please note that [Holesky testnet](https://github.com/eth-clients/holesky) wallet is necessary to actually stake there.Source code of the demo can be found [on Github](https://github.com/chorusOne/opus-pool-demo)
## HOW TO
Read through the [practical guide](./book/guide/0-prerequisites.md) to understand the key steps, or the [API docs](./book/docs/classes/OpusPool.md)