Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 509 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 509 Bytes

An empty nextjs project with redux-multicall setup

To start building your dApp with this, run:

git clone git@github.com: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. The pages are blank, but check the console to be sure there are no errors

You can start building your dApp with it 🚀