- Head to the walletconnect repository and look under the "Browser Dapp Example" section.
- Head to the walletconnect repository and look under the "Mobile Wallet Example" section.
- If you want to support push notifications, run a Push Server on a machine you control or trust to hold your push notification tokens.
- Take a look at the py-walletconnect-bridge repository for a reference implementation of the Bridge Server.
- Take a look at the py-walletconnect-push repository for a reference implementation of a Push Server.
- In order to simplify and clarify repository naming schemes, we are currently following the convention <language>-walletconnect-<bridge/push/client> in our repository names (e.g, py-walletconnect-bridge, swift-walletconnect-client, go-walletconnect-push, etc)