Skip to the content.

Etherdata Blockchain Dapps Demos

List of projects based on Etherdata Blockchain

logo

Install dependencies

yarn

Test

yarn test

Start dev server

yarn dev

Project structure

examples/
├─ faucet/
├─ file-upload/
├─ personal_storage/
├─ transaction/
packages/
├─ ui/
├─ file_storage_contract/

Development guide

For more monorepo development info, please refer to Turbo repo’s official website. Or monorepo.tools for more detail explained on monorepo.

  1. Create any new smart contract under packages/ folder
  2. Create any new app under examples/ folder
  3. Add dependency under your examples/YOUR_APP/package.json
  4. Change .env.example to .env and fill in the value

The frontend applications are written in React with typescript using Next.js framework. And all examples are hosted on Vercel. Please check their offical documentations for more details.