Skip to content

Reown is the onchain UX platform that provides toolkits built on top of the WalletConnect Network that enable builders to create onchain user experiences that make digital ownership effortless, intuitive, and secure.

License

Notifications You must be signed in to change notification settings

cake-tech/reown_flutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reown - Flutter

NOTE: This is not official package, this package forked before the license change and therefore remains free to use. If you want to use reown's official package go to reown-com/reown_flutter.

The communications protocol for web3, Reown brings the ecosystem together by enabling hundreds of wallets and apps to securely connect and interact. This repository contains Flutter implementation of WalletConnect protocol for Flutter applications.

Published SDKs

https://pub.dev/publishers/reown.com/packages

Documentation

AppKit: https://docs.reown.com/appkit/flutter/core/installation

WalletKit: https://docs.reown.com/walletkit/flutter/installation

License

Reown is released under the Apache 2.0 license. See LICENSE for details.

To try this repo out

1. git clone https://github.com/reown-com/reown_flutter.git
2. cd reown_flutter
3. sh scripts/generate_all.sh

Run WalletKit Sample

  1. Run cd packages/reown_walletkit/example
  2. Run flutter run --dart-define="PROJECT_ID=0123..." --flavor internal

The wallet will generate a random keys for evm, solana, polkadot, kadena, tron and cosmos

You will be able to restore your own key if wanted

NB: WalletKit sample is intended to be used just as an explanatory project

You can also download our Flutter Sample Wallet at:

Run AppKit Sample

  1. Run cd packages/reown_appkit/example/base
  2. Run flutter run --dart-define="PROJECT_ID=0123..." --flavor internal

You can also download our Flutter Sample Dapp at:

About

Reown is the onchain UX platform that provides toolkits built on top of the WalletConnect Network that enable builders to create onchain user experiences that make digital ownership effortless, intuitive, and secure.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 94.5%
  • Swift 1.2%
  • C++ 1.1%
  • Kotlin 1.1%
  • CMake 1.0%
  • Ruby 0.7%
  • Other 0.4%