wallet-connect-web-examples/dapps/react-dapp-v2-with-solana-web3js
2022-03-16 15:17:59 +01:00
..
public fix: manually adds basic solana chain metadata until available via API 2022-03-11 15:17:04 +01:00
src refactor(with-solana): use solanaWallet.verifyMessageSignature 2022-03-16 15:17:59 +01:00
.env.local.example chore: set up react-dapp-v2-with-solana-web3js subdirectory 2022-03-11 14:03:18 +01:00
.gitignore chore: set up react-dapp-v2-with-solana-web3js subdirectory 2022-03-11 14:03:18 +01:00
.prettierrc chore: set up react-dapp-v2-with-solana-web3js subdirectory 2022-03-11 14:03:18 +01:00
images.d.ts chore: set up react-dapp-v2-with-solana-web3js subdirectory 2022-03-11 14:03:18 +01:00
LICENSE chore: set up react-dapp-v2-with-solana-web3js subdirectory 2022-03-11 14:03:18 +01:00
package.json refactor(with-solana): use solanaWallet.verifyMessageSignature 2022-03-16 15:17:59 +01:00
README.md docs(with-solana): adds preview URL and PoC note 2022-03-14 17:54:43 +01:00
tsconfig.json chore: set up react-dapp-v2-with-solana-web3js subdirectory 2022-03-11 14:03:18 +01:00
yarn.lock refactor(with-solana): use solanaWallet.verifyMessageSignature 2022-03-16 15:17:59 +01:00

React dApp (with solana/web3.js)

Preview: https://react-dapp-v2-with-solana-web3js.vercel.app/

Please note: This is a simplified PoC that will eventually be removed and integrated into the larger, multi-chain focused react-dapp-v2 example.