Skip to content

Commit

Permalink
CU-86a166rph - Implement a new WcSdk (dapp) package for Svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
endkeyCoder committed Oct 27, 2023
1 parent 1d4dbf2 commit 17249c7
Show file tree
Hide file tree
Showing 5 changed files with 491 additions and 83 deletions.
48 changes: 24 additions & 24 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions examples/wc-dapp-react/src/components/HelloWorld.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ function HelloWorld() {
'testInvoke',
'signMessage',
'verifyMessage',
'getWalletInfo',
'traverseIterator',
'getWalletInfo',
'getNetworkVersion',
'encrypt',
'decrypt',
'encrypt',
'decryptFromArray',
'calculateFee',
'signTransaction',
])
}

Expand Down
Loading

0 comments on commit 17249c7

Please sign in to comment.