{"id":20977444,"url":"https://github.com/ruferdz/web3-dapp","last_synced_at":"2026-04-27T00:31:32.121Z","repository":{"id":116864391,"uuid":"446215453","full_name":"RuFerdZ/web3-dapp","owner":"RuFerdZ","description":"learning purposes sample web3 dapp","archived":false,"fork":false,"pushed_at":"2022-01-09T22:18:21.000Z","size":38992,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-13T09:42:50.403Z","etag":null,"topics":["blockchain","solana"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/RuFerdZ.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-09T22:15:53.000Z","updated_at":"2023-02-23T08:56:12.000Z","dependencies_parsed_at":"2023-07-04T06:31:25.230Z","dependency_job_id":null,"html_url":"https://github.com/RuFerdZ/web3-dapp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RuFerdZ/web3-dapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuFerdZ%2Fweb3-dapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuFerdZ%2Fweb3-dapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuFerdZ%2Fweb3-dapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuFerdZ%2Fweb3-dapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RuFerdZ","download_url":"https://codeload.github.com/RuFerdZ/web3-dapp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuFerdZ%2Fweb3-dapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32318417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"ssl_error","status_checked_at":"2026-04-26T23:26:25.802Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["blockchain","solana"],"created_at":"2024-11-19T04:58:50.874Z","updated_at":"2026-04-27T00:31:32.106Z","avatar_url":"https://github.com/RuFerdZ.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 👋🏼 What is `learn-web3-dapp`?\n\nWe made this decentralized application (dApp) to help developers learn about Web 3 protocols.\n\nIt's a Next.js app that uses React, TypeScript and various smart contract languages (mostly Solidity and Rust).\n\nWe will guide you through using the various blockchain JavaScript SDKs to interact with their networks. Each protocol is slightly different, but we have attempted to standardize the workflow so that you can quickly get up to speed on networks like Solana, NEAR, Polygon and more!\n\n- ✅ Solana\n- ✅ Polygon\n- ✅ Avalanche\n- ✅ NEAR\n- ✅ Tezos\n- ✅ Secret\n- ✅ Polkadot\n- ✅ Celo\n- ✅ Ceramic\n- ✅ The Graph\n- 🔜 Arweave\n- 🔜 Chainlink\n- 🔜 Pyth\n- [Let us know which one you'd like us to cover](https://github.com/figment-networks/learn-web3-dapp/issues)\n\n\u003cimg width=\"1024\" alt=\"Screen Shot 1\" src=\"https://raw.githubusercontent.com/figment-networks/learn-web3-dapp/main/markdown/__images__/readme-01.png\"\u003e\n\n\u003cimg width=\"1024\" alt=\"Screen Shot 2\" src=\"https://raw.githubusercontent.com/figment-networks/learn-web3-dapp/main/markdown/__images__/readme-02.png\"\u003e\n\n\u003cimg width=\"1024\" alt=\"Screen Shot 3\" src=\"https://raw.githubusercontent.com/figment-networks/learn-web3-dapp/main/markdown/__images__/readme-03.png\"\u003e\n\n# 🧑‍💻 Get started\n\n## 🤖 Using Gitpod (Recommended)\n\nThe best way to go through those courses it using [Gitpod](https://gitpod.io). Gitpod provides prebuilt developer environments in your browser, powered by VS Code. Just sign in using GitHub and you'll be up and running in seconds without having to do any manual setup 🔥\n\n[**Open this repo on Gitpod**](https://gitpod.io/#https://github.com/figment-networks/learn-web3-dapp)\n\n## 🐑 Clone locally\n\nMake sure you have installed [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git), [Node.js](https://nodejs.org/en/) (Please install **v14.17.0**, we recommend using [nvm](https://github.com/nvm-sh/nvm)) and [yarn](https://yarnpkg.com/getting-started/install).\n\nThen clone the repo, install dependencies and start the server by running all these commands:\n\n```text\ngit clone https://github.com/figment-networks/learn-web3-dapp.git\ncd learn-web3-dapp\nyarn\nyarn dev\n```\n\n# 🤝 Feedback and contributing\n\nIf you encounter any errors during this process, please join our [Discord](https://figment.io/devchat) for help.\n\nFeel free to also open an Issue or a Pull Request on the repo itself.\n\nWe hope you enjoy our Web 3 education dApps 🚀\n\n-- ❤️ The Figment Learn Team\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruferdz%2Fweb3-dapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruferdz%2Fweb3-dapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruferdz%2Fweb3-dapp/lists"}