Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
Bleaker edited this page Feb 22, 2022 · 8 revisions

Synapse Protocol SDK Wiki

This wiki contains documentation for the Synapse Protocol NodeJS SDK.

Notes

At any given time, this documentation can -- and likely will -- expand and/or change. If a doc for something doesn't seem to be there, hit us up via Discord or Telegram and let us know. We're likely already working on it and it'll be here soon, but it is very helpful to know what to prioritize.

Frontend Integration

Want to jump right in to integrating the Synapse Protocol SDK with your frontend? You're in luck! We have a Create React App-based example frontend, which can be found in the examples/frontend directory of the SDK repository on GitHub.

The example frontend provides fully functional examples of using the Synapse Protocol SDK with React, web3-react, and Ethers, as well as showcasing the most commonly used aspects of -- and efficient ways to integrate -- the SDK.

Contents