Tonomy-Foundation / Tonomy-ID-Management

0 stars 0 forks source link

Research libraries for signing trx on Ethereum and Hedera #544

Closed theblockstalk closed 3 months ago

theblockstalk commented 4 months ago

https://www.npmjs.com/package/hashconnect https://github.com/hashgraph/hedera-sdk-js

https://walletconnect.com/ https://www.npmjs.com/package/web3

We want to decide if we should provide a wallet connect experience for developers choosing to use UNITED wallet, or require them to use tho Tonomy SDK

Acceptance criteria:

sadiabbasi commented 3 months ago

https://github.com/WalletConnect/web-examples?tab=readme-ov-file test dapp url: https://react-app.walletconnect.com/ to send test eth: https://www.alchemy.com/faucets/ethereum-sepolia wallet connect docs: https://docs.walletconnect.com/web3wallet/wallet-usage send eth transaction function detail: https://docs.metamask.io/wallet/reference/eth_sendtransaction/ to create web3 account and hard code use this: https://docs.web3js.org/guides/wallet/ https://docs.web3js.org/guides/wallet/signing/

sadiabbasi commented 3 months ago

Test implementation of create session and sendTransaction function https://github.com/sadiabbasi/Test-Dapp/tree/main/src