An interface for Avocado platform that makes web3 interaction easy by enabling network, gas and account abstraction allowing you to experience web3 more seamlessly..
To maintain semi/non-compatible dApps, we can add them to the list by including the dApp URL. You can find an example of how to do this in the following list: https://github.com/Instadapp/avocado/blob/master/utils/avocado.ts#L58
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
.
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information