Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Nov 22, 2023
1 parent bc66c39 commit 57c9b2e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

WalletConnect Dart v2 library for Flutter, heavily inspired by the WalletConnect V2 Javascript Monorepo.

Original work for this library is attributed to [Eucalyptus Labs](https://eucalyptuslabs.com/) and Sterling Long for [Koala Wallet](https://koalawallet.io/), a wallet built for the Kadena blockchain.

# To Use

## Pair, Approve, and Sign/Auth
Expand Down
13 changes: 0 additions & 13 deletions example/wallet/test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,6 @@ void main() async {
print(credentials.address);
});
// test('Kadena Handler Works', () async {
// // 2. Initiate wcClient
// // const wcKoalaProjectId = TEST_PR 'c993e66665ac416812435c9f1f07a96c';
// final wcClient = await SignClient.createInstance(
// projectId: 'c993e66665ac416812435c9f1f07a96c',
// memoryStore: true,
// metadata: const PairingMetadata(
// name: 'Koala Wallet',
// description: 'Your Passport to the Kadena Ecosystem',
// url: 'https://koalawallet.io',
// icons: ['https://koalawallet.io/media/png/koala_color.png'],
// ),
// );

// // For a wallet, setup the proposal handler that will display the proposal to the user after the URI has been scanned.
// late int id;
// wcClient.onSessionProposal.subscribe((args) async {
Expand Down

0 comments on commit 57c9b2e

Please sign in to comment.