Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cityofzion/wallet-connect-sdk
A Wallet Connect SDK for ecosystem tools
https://github.com/cityofzion/wallet-connect-sdk
Last synced: 6 days ago
JSON representation
A Wallet Connect SDK for ecosystem tools
- Host: GitHub
- URL: https://github.com/cityofzion/wallet-connect-sdk
- Owner: CityOfZion
- Created: 2021-05-26T22:02:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T20:33:56.000Z (3 months ago)
- Last Synced: 2024-10-14T08:35:22.467Z (30 days ago)
- Language: TypeScript
- Homepage:
- Size: 6.2 MB
- Stars: 11
- Watchers: 6
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
A WalletConnect SDK for the Neo3 ecosystem.
Made with ❤ by COZ.IO# WalletConnect SDK
A [COZ](https://www.coz.io/) WalletConnect 2.0 SDK for ecosystem tools. WcSdk is an auxiliary library built to help the usage of
[walletconnect](https://github.com/WalletConnect/walletconnect-monorepo) with NEO 3 Wallets.- [Installation and Setup](#installation-and-setup)
- [Usage](#usage)
- [How to test?](#how-to-test)## Why WalletConnect?
Enhance security and trust in dApps by using WalletConnect, which eliminates the need to share private keys for
transaction signing. [Read More](WHY_WALLETCONNECT.md).## Example video
![Video](demo.gif)This example is showing the [wc-dapp-vite-vanilla](examples/wc-dapp-vite-vanilla) example connecting with
[Neon Wallet](https://neonwallet.com/) to make a GAS transfer.## Installation and Setup
- [WcSdk React](packages/wallet-connect-sdk-react/README.md) - For React.js with streamlined state changes.
- [WcSdk Svelte](packages/wallet-connect-sdk-svelte/README.md) - For svelte.js with streamlined state changes.
- [WcSdk Core](packages/wallet-connect-sdk-core/README.md) - For other technologies with the same features.## Usage
Check this [Usage Guide](USAGE_GUIDE.md) to see how to use this SDK on your application. And browse the [examples folder](https://github.com/CityOfZion/wallet-connect-sdk/tree/main/examples) to see whole picture.## How to test?
This SDK uses
[WalletConnect 2.0](https://docs.walletconnect.org/v/2.0/) protocol and was designed to work on the NEO 3 blockchain.
You will need a Wallet application that fits these requirements, we recommend [Neon Wallet](https://neonwallet.com/).