ChorusOne / opus-pool-demo

Opus Pool SDK Demo- Repository for customer testing

Home Page:https://chorus-one.gitbook.io/opus-pool-sdk-1.0/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OPUS Pool SDK Example

Prerequisites πŸ“‹

Project Stack

  • The project runs on Node.js (version 18) and npm (version 8), please make sure these are installed
  • It is built with TypeScript and React, and bundled using Vite.
  • For data management, React Query is utilized.
  • It leverages Wagmi, viem, and WalletConnect for web3 wallet connections.

πŸ“£ Environment Setup

To run OPUS Pool SDK Example it is required to configure WalletConnect. To set this up:

  • Copy the .env.dist file to .env to create your local environment settings.
  • Create a new project on WalletConnect Cloud to obtain your unique project ID.
  • Use this projectId in your .env file, linking your development environment to the blockchain.

Setup πŸ› οΈ

To get the frontend up and running, follow these steps:

  1. Install the dependencies:

    npm install
  2. Start the development server:

    npm run dev
  3. Once the development server is started, open your browser and navigate to http://localhost:5173/opus-pool-demo/.

Additional Resources πŸ“š

  • To see the OPUS Pool SDK Example in action, check out the live demo here.
  • For a detailed guide on how to use the OPUS Pool SDK, based on this example, refer to our Guide.
  • Comprehensive API documentation can be found at API Docs.
  • To explore more about the SDK, visit the official Opus Pool SDK repository.

About

Opus Pool SDK Demo- Repository for customer testing

https://chorus-one.gitbook.io/opus-pool-sdk-1.0/

License:Apache License 2.0


Languages

Language:TypeScript 91.6%Language:CSS 7.0%Language:JavaScript 0.7%Language:HTML 0.7%