{"id":15744519,"url":"https://github.com/tomkat-cr/web3_walllet_conn","last_synced_at":"2026-04-10T23:54:43.247Z","repository":{"id":45626284,"uuid":"513735803","full_name":"tomkat-cr/web3_walllet_conn","owner":"tomkat-cr","description":"Web3 Wallet Connect. Built with React 18, Next.JS, Web3 React Library y MetaMask Wallet.","archived":false,"fork":false,"pushed_at":"2022-07-19T12:23:08.000Z","size":158,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T10:18:13.211Z","etag":null,"topics":["ethereum-wallet","metamask","nextjs","react","reactjs","web3-react","web3js"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomkat-cr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-14T02:38:32.000Z","updated_at":"2024-07-13T18:41:57.000Z","dependencies_parsed_at":"2022-08-28T03:02:32.097Z","dependency_job_id":null,"html_url":"https://github.com/tomkat-cr/web3_walllet_conn","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomkat-cr%2Fweb3_walllet_conn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomkat-cr%2Fweb3_walllet_conn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomkat-cr%2Fweb3_walllet_conn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomkat-cr%2Fweb3_walllet_conn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomkat-cr","download_url":"https://codeload.github.com/tomkat-cr/web3_walllet_conn/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246423494,"owners_count":20774796,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ethereum-wallet","metamask","nextjs","react","reactjs","web3-react","web3js"],"created_at":"2024-10-04T04:00:25.352Z","updated_at":"2026-04-10T23:54:38.196Z","avatar_url":"https://github.com/tomkat-cr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# web3_walllet_conn\n\nConectar una aplicación React con una Wallet de Ethereum.\u003cbr /\u003e\nConnect a React app with a Ethereum Wallet.\n\n# Documentación (español)\n\n## Introducción\n\nA partir de la entrevista de @Midudev a Oscar Barajas, seguí las instrucciones para hacer la demo para conectar una aplicación React con una Wallet de Ethereum.\n\nEntrevista: Todo lo que necesitas para Aprender y Entender Web3 como desarrollador JavaScript\n\u003chttps://www.youtube.com/watch?v=A5SZ6OXKjSw\u0026t=615\u003e\n\nLas tecnologías utilizadas son: ReactJs 18, Next.Js, Web3 React Library y MetaMask Wallet.\n\nReactJs 18: \u003chttps://reactjs.org/blog/2022/03/29/react-v18.html\u003e\nNext.Js: \u003chttps://nextjs.org/\u003e\nWeb3 React Library: \u003chttps://github.com/Uniswap/web3-react\u003e\nMetaMask Wallet: \u003chttp://metamask.io\u003e\n\nRepo con la demo:\n\u003chttps://github.com/tomkat-cr/web3_walllet_conn\u003e\n\nEste es un proyecto [Next.js](https://nextjs.org/) inicializado con [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Inicializando el Proyecto\n\nPrimero, ejecute el servidor de desarrollo:\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nAbra [http://localhost:3000](http://localhost:3000) en su navegador para ver el resultado.\n\nPuede comenzar editando la página modificando el archivo `pages/index.js`. La página se auto actualizará a medida que vaya editando el archivo.\n\nSe puede tener acceso a la API [API routes](https://nextjs.org/docs/api-routes/introduction) desde [http://localhost:3000/api/hello](http://localhost:3000/api/hello). Este endpoint puede ser editado en `pages/api/hello.js`.\n\nEl directorio `pages/api` esta mapeado a `/api/*`. Los archivos en este directorio son tratados como rutas o [API routes](https://nextjs.org/docs/api-routes/introduction) en vez de Páginas de React.\n\n## Aprenda Más\n\nPara aprender más sobre Next.js, de un vistazo a los siguientes recursos:\n\n- [Next.js Documentation](https://nextjs.org/docs) - aprenda sobre las características y el API de Next.js.\n- [Learn Next.js](https://nextjs.org/learn) - un tutorial interactivo sobre Next.js.\n\nEs posible hacer check out del repositorio [the Next.js GitHub repository](https://github.com/vercel/next.js/) - su retroalimentación (feedback) y aportes son bienvenidos!\n\n## Deploy a Vercel\n\nLa manera más fácil de desplegar su aplicación Next.js es utilizando la plataforma [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) de los creadores de Next.js.\n\nRecomendamos revisar nuestra documentación [Next.js deployment documentation](https://nextjs.org/docs/deployment) para más detalles.\u003cbr /\u003e\u003cbr /\u003e\n\n# Documentation (english)\n\n## Introduction\n\nAfter whatched the interview video with @Midudev and Oscar Barajas, I followed the instructions to build a demo to  connect a React app with a Ethereum Wallet.\n\nInterview: All you need to learn and understand from Web3 as a JavaScript developer\n\u003chttps://www.youtube.com/watch?v=A5SZ6OXKjSw\u0026t=615\u003e\n\nTechnology stack used: ReactJs 18, Next.Js, Web3 React Library, MetaMask Wallet.\n\nReactJs 18: \u003chttps://reactjs.org/blog/2022/03/29/react-v18.html\u003e\nNext.Js: \u003chttps://nextjs.org/\u003e\nWeb3 React Library: \u003chttps://github.com/Uniswap/web3-react\u003e\nMetaMask Wallet: \u003chttp://metamask.io\u003e\n\nDemo code repo:\n\u003chttps://github.com/tomkat-cr/web3_walllet_conn\u003e\n\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.\n\n[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.\n\nThe `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomkat-cr%2Fweb3_walllet_conn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomkat-cr%2Fweb3_walllet_conn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomkat-cr%2Fweb3_walllet_conn/lists"}