Skip to content

Commit

Permalink
remove esbuild for library build
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler McDonald <[email protected]>
  • Loading branch information
tmctl committed Jul 24, 2024
1 parent dae71a3 commit 8bdf5f2
Show file tree
Hide file tree
Showing 7 changed files with 876 additions and 1,290 deletions.
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,17 @@ reference the [WalletConnect documentation](https://docs.walletconnect.com/2.0/)
Upon successfully configuring your dApp and/or wallet to manage WalletConnect sessions, you can
use this library’s functions to easily create and handle requests for the Hedera network.

### Installation

`npm i --save @hashgraph/hedera-wallet-connect`

### Example code

- [Typescript dApp example code](src/examples/typescript/dapp/main.ts)
- [Typescript Wallet example code](src/examples/typescript/wallet/main.ts)
- [React dApp example code](demos/react-dapp)


### DApps

#### Signer
Expand Down
Loading

0 comments on commit 8bdf5f2

Please sign in to comment.