Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 459 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 459 Bytes

A very simple starter kit with redux-multicall setup for building dApps

To use this starter kit, run:

git [email protected]:AjayiMike/redux-multicall-project-setup.git

Install dependency by runing:

npm install

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the app to meet your need