wallet-connect-web-examples/dapps/react-dapp-v2-with-solana-web3js
2022-03-15 17:19:53 +01:00
..
public fix: manually adds basic solana chain metadata until available via API 2022-03-11 15:17:04 +01:00
src feat(with-solana): adds tx sig and message sig verification 2022-03-15 17:19:53 +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 chore(with-solana): adds tweetnacl as direct dep 2022-03-15 15:50:52 +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 chore(deps): adds bs58 2022-03-11 16:12:39 +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.