Skip to content

nicolqs/dapp

Repository files navigation

EasyDapp (Beta) Styled with Prettier Commitizen Friendly License: MIT

Bootstrap your Dapp in a heartbeat

If something doesn’t work, please file an issue.

Dashboard

Based on

  • Next.js
  • React + Typescript
  • Material UI
  • create-eth-app
  • usedapp

Get started

yarn install
yarn dev

Go to http://localhost:3000/

To deploy

yarn build

Project Structure

├── README.md
├── node_modules
├── package.json
└── packages // everything blockchain / smart contract related
    ├── contracts
    └── subgraph
├── public 
├── src
    ├── components // React components
    └── configs //  your theme configs in 1 file
    └── pages // Next.js automated dynamic Routes
├── styles
├── tsconfig.json

Releases

No releases published

Packages

No packages published

Languages