supersol-bridge-sdk
v1.0.5
Published
SuperSol Canonical Bridge Executions
Readme
SuperSol Canonical Bridge SDK
Overview
The SuperSol Canonical Bridge SDK is a powerful tool designed to facilitate seamless integration with the SuperSol platform. It provides a set of APIs and utilities to help developers build applications that interact with SuperSol services efficiently.
Features
- Easy integration with SuperSol services
- Comprehensive API coverage
- Lightweight and efficient
Installation
To install the package, use npm:
npm install ssol-bridge-sdkUsage
Initialize the SDK
import { Bridge } from "ssol-bridge-sdk";
const bridge = new Bridge(provider, idl);Bridge Tokens
const tx = await bridge.bridgeL1ToL2(1, new PublicKey(""), new PublicKey(""), new PublicKey(""), new PublicKey(""), new Keypair());Token Manager
const tokenManager = new TokenManager(provider, idl);Contributing
We welcome contributions! Please see the CONTRIBUTING.md file for details.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contact
For questions or support, please contact us at [email protected].
