{"id":22745896,"url":"https://github.com/tr1sm0s1n/qwik-gin-dapp","last_synced_at":"2025-06-27T22:36:19.601Z","repository":{"id":178022838,"uuid":"646093082","full_name":"tr1sm0s1n/qwik-gin-dapp","owner":"tr1sm0s1n","description":"Fast and performance-efficient DApp with Qwik and TypeScript as frontend and Gin and Go as backend.","archived":false,"fork":false,"pushed_at":"2025-05-25T06:47:08.000Z","size":438,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-25T07:36:32.261Z","etag":null,"topics":["dapp","ethereum","gin","gin-gonic","go","golang","metamask","nodejs","qwik","qwik-city","smart-contracts","solidity","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tr1sm0s1n.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2023-05-27T09:04:30.000Z","updated_at":"2025-05-25T06:47:00.000Z","dependencies_parsed_at":"2024-06-20T04:55:12.392Z","dependency_job_id":"ff5313a3-2303-4068-9279-89b1768ccde2","html_url":"https://github.com/tr1sm0s1n/qwik-gin-dapp","commit_stats":null,"previous_names":["demystif/qwik-gin-dapp","tr1sm0s1n/qwik-gin-dapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tr1sm0s1n/qwik-gin-dapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tr1sm0s1n%2Fqwik-gin-dapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tr1sm0s1n%2Fqwik-gin-dapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tr1sm0s1n%2Fqwik-gin-dapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tr1sm0s1n%2Fqwik-gin-dapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tr1sm0s1n","download_url":"https://codeload.github.com/tr1sm0s1n/qwik-gin-dapp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tr1sm0s1n%2Fqwik-gin-dapp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262345836,"owners_count":23296778,"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":["dapp","ethereum","gin","gin-gonic","go","golang","metamask","nodejs","qwik","qwik-city","smart-contracts","solidity","tailwindcss","typescript"],"created_at":"2024-12-11T02:09:10.616Z","updated_at":"2025-06-27T22:36:19.554Z","avatar_url":"https://github.com/tr1sm0s1n.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Qwik-Gin-DApp\n\nFast and performance-efficient DApp with Qwik and TypeScript as frontend and Gin and Go as backend.\n\n## 🛠 Built With\n\n[![Node.js Badge](https://img.shields.io/badge/Node.js-393?logo=nodedotjs\u0026logoColor=fff\u0026style=for-the-badge)](https://nodejs.org/en)\n[![Qwik Badge](https://img.shields.io/badge/Qwik-3178C6?logo=typescript\u0026logoColor=fff\u0026style=for-the-badge)](https://qwik.builder.io)\n[![Go Badge](https://img.shields.io/badge/Go-00ADD8?logo=go\u0026logoColor=fff\u0026style=for-the-badge)](https://go.dev/)\n[![Gin Badge](https://img.shields.io/badge/Gin-008ECF?logo=gin\u0026logoColor=fff\u0026style=for-the-badge)](https://gin-gonic.com/)\n[![Solidity Badge](https://img.shields.io/badge/Solidity-363636?logo=solidity\u0026logoColor=fff\u0026style=for-the-badge)](https://soliditylang.org/)\n[![Geth Badge](https://img.shields.io/badge/Geth-3C3C3D?logo=ethereum\u0026logoColor=fff\u0026style=for-the-badge)](https://geth.ethereum.org/)\n[![MetaMask Badge](https://img.shields.io/badge/MetaMask-3C3C3D?logo=ethereum\u0026logoColor=fff\u0026style=for-the-badge)](https://metamask.io/)\n[![Tailwind CSS Badge](https://img.shields.io/badge/Tailwind%20CSS-06B6D4?logo=tailwindcss\u0026logoColor=fff\u0026style=for-the-badge)](https://tailwindcss.com/)\n\n## ⚙️ Run Locally\n\nClone the project:\n\n```bash\ngit clone https://github.com/tr1sm0s1n/qwik-gin-dapp.git\ncd qwik-gin-dapp\n```\n\n### Server\n\nGo to the '**server**' directory:\n\n```bash\ncd server\n```\n\nAdd/update abi and bytecode inside the '**lib**' directory:\n\n```bash\ntouch lib/Cert.json\ntouch lib/Cert.bin\n```\n\nInstall abigen:\n\n```bash\ngo install github.com/ethereum/go-ethereum/cmd/abigen@latest\n```\n\nGenerate Go binding for contract:\n\n```bash\nabigen --v2 --abi lib/Cert.json --bin lib/Cert.bin --pkg lib --type Cert --out lib/Cert.go\n```\n\nRun a simulated blockchain on port **8545**, and add a private key to the '**.env**' file inside '**server**'.\n\nDeploy contract:\n\n```bash\ngo run scripts/deploy.go\n```\n\nStart the server:\n\n```bash\ngo run .\n```\n\nUse air for live reload (Optional):\n\n```bash\n# install air\ngo install github.com/air-verse/air@latest\n# start air\nair\n```\n\n### Client\n\nGo to the '**client**' directory:\n\n```bash\ncd client\n```\n\nInstall pnpm (Optional):\n\n```bash\nnpm i -g pnpm\n```\n\nInstall dependencies:\n\n```bash\npnpm install\n```\n\nImport the deployer account to the **MetaMask** extension using the private key.\n\nStart the client:\n\n```bash\npnpm dev\n```\n\nClick **Connect** to create a sign. Copy the sign to the '**.env**' file inside '**client**' and connect again.\n\n## 📜 License\n\nClick [here](./LICENSE.md).\n\n## 🎗️ Contributing\n\nClick [here](./CONTRIBUTING.md).\n\n## ⚖️ Code of Conduct\n\nClick [here](./CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftr1sm0s1n%2Fqwik-gin-dapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftr1sm0s1n%2Fqwik-gin-dapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftr1sm0s1n%2Fqwik-gin-dapp/lists"}