List of projects based on Etherdata Blockchain
-
Simple File Upload (or https://demos-eta.vercel.app/) (source: here)
-
Transaction (source: here)
-
File Storage(source: here and smart contract: here)
-
[New!] Voting System --- need to set the environment and deploy the contract first in VotingDapp and set the environment in Voting_System. See them in the corresponding folder's README file.
Install dependencies
yarn
Test
yarn test
Start dev server
yarn dev
examples/
├─ faucet/
├─ file-upload/
├─ personal_storage/
├─ transaction/
├─ Voting_System/
packages/
├─ ui/
├─ file_storage_contract/
├─ VotingDapp/
For more monorepo development info, please refer to Turbo repo's official website. Or monorepo.tools for more detail explained on monorepo.
- Create any new smart contract under packages/ folder
- Create any new app under examples/ folder
- Add dependency under your examples/YOUR_APP/package.json
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.