Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 933 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 933 Bytes

Avocado App

An interface for Avocado platform that makes web3 interaction easy by enabling network, gas and account abstraction allowing you to experience web3 more seamlessly..

Maintain dApps

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

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

.

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information