Open
Conversation
dApp completa para almacenar y verificar autenticidad de documentos
en blockchain Ethereum mediante firmas digitales ECDSA.
Stack: Solidity 0.8.18 · Foundry · OpenZeppelin ECDSA ·
Next.js 14 · TypeScript · ethers.js v6 · Tailwind CSS
Incluye:
- Smart contract optimizado (sin bool exists, modifiers, optimizer)
- 11/11 tests pasando con script de visualizacion detallada
- Frontend con dark mode, drag & drop, CSV export, busqueda
- Script start.sh para arrancar todo el stack en un comando
- Documentacion completa: README, lecciones aprendidas, guion video
- Submodulos: OpenZeppelin contracts + forge-std
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Rename practica-01-eth-document-registry → P01-eth-document-registry and fix all submodule references (.gitmodules, .git/config, worktrees) - Add P02-dao: DAO Voting Gasless with MinimalForwarder (ERC-2771), Next.js frontend, meta-tx relay, gasless voting with nonce fix - Add docs for P01 and P02: GUIA_DE_USO, GUION_VIDEO, EJERCICIO_MULTI_VOTANTE - Add root .gitignore, CLAUDE.md, docs/LECCIONES_APRENDIDAS.md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Complete the rename: delete tracked files at old path after P01-eth-document-registry/ rename was committed in previous commit. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
dApp completa para almacenar y verificar autenticidad de documentos en blockchain Ethereum mediante firmas digitales ECDSA.
Stack: Solidity 0.8.18 · Foundry · OpenZeppelin ECDSA ·
Next.js 14 · TypeScript · ethers.js v6 · Tailwind CSS
Incluye: