Skip to content

trustwallet/walletconnect-example-dapp

 
 

Repository files navigation

WalletConnect Example Dapp

Before you Start

This package doesn't use default dependencies, to test Trust specific features you need to clone WalletConnect Trust fork and link the packaged globally:

Linking Dependencies

Go to the path you cloned WalletConnect Trust fork and type:

cd packages/core && npm install && npm run build && npm link && cd -
cd packages/browser && npm install && npm link @walletconnect/core && npm run build && npm link && cd -

Go to the directory where you clonned the example app, install the dependencies and type:

npm link @walletconnect/core && npm link @walletconnect/core

Develop

yarn start

Test

yarn test

Build

yarn build

About

Example Dapp for trying out WalletConnect

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.1%
  • HTML 0.9%