Basic demonstration of using private, encrypted off-chain storage for file storage in a decentralised application using Bubble Protocol.
This dApp is built using React and the Base Goerli testnet.
It is available to try online here.
$ git clone [email protected]:Bubble-Protocol/vault.git
$ cd vault
$ npm install
$ npm start
This dApp uses RainbowKit to provide its wallet connectivity. If you want to connect your wallet via WalletConnect then add your WalletConnect Project ID to src/rainbow-kit.js.
See the Bubble Protocol SDK client package.
Copyright (c) 2023 Bubble Protocol
Released under the MIT License