{"id":20169188,"url":"https://github.com/developer-dao/devdao-domains","last_synced_at":"2025-10-27T06:06:52.353Z","repository":{"id":38464602,"uuid":"471689569","full_name":"Developer-DAO/devdao-domains","owner":"Developer-DAO","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-03T05:42:44.000Z","size":391,"stargazers_count":16,"open_issues_count":3,"forks_count":10,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-10T02:54:11.796Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Developer-DAO.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-19T12:30:48.000Z","updated_at":"2023-10-09T18:43:56.000Z","dependencies_parsed_at":"2022-08-19T09:11:52.299Z","dependency_job_id":null,"html_url":"https://github.com/Developer-DAO/devdao-domains","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"G3root/nextjs-dapp-starter-ts","purl":"pkg:github/Developer-DAO/devdao-domains","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Developer-DAO%2Fdevdao-domains","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Developer-DAO%2Fdevdao-domains/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Developer-DAO%2Fdevdao-domains/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Developer-DAO%2Fdevdao-domains/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Developer-DAO","download_url":"https://codeload.github.com/Developer-DAO/devdao-domains/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Developer-DAO%2Fdevdao-domains/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281222890,"owners_count":26464040,"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","status":"online","status_checked_at":"2025-10-27T02:00:05.855Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-14T01:11:42.373Z","updated_at":"2025-10-27T06:06:52.321Z","avatar_url":"https://github.com/Developer-DAO.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DEVELOPER_DAO DOMAINS\n\nImplementation for registrars and local resolved for the Developer DAO Naming Service.\n\n## Contents\n  - [Prerequisites](#prerequisites)\n  - [Contracts](#contracts)\n  - [Features](#features)\n  - [Run in Gitpod](#run-in-gitpod)\n  - [Run Locally](#run-locally)\n  - [Build For Production](#build-for-production)\n  - [Acknowledgements](#acknowledgements)\n  - [License](#license)\n\n## Prerequisites\n\n- [pnpm](https://pnpm.io/)\n- [Node.js](https://nodejs.org/en/download/)\n- [MetaMask wallet browser extension](https://metamask.io/download.html).\n\n## Contracts\n\n## DevDAONFT.sol\nImplementation of the naming service NFT, the contract used to mint an ERC721 token linked to each name. The functionality includes:\n- Mapping for each name to token Id\n- Minting an ERC721 token linked to each name\n\n\n## DevDAONameService.sol\nImplmentation of naming service transaction, the contract used to check name length and mint ERC721 tokens (by communicating with the DevDAONFT.sol). The functionality includes:\n- Checking string length is more than minimum\n- Checking string length is less than maximum\n- Minting an ERC721 token (by communicating with DevDAONFT.sol) and transferring funds to the treasury address\n\n\n## DevDAOPriceOracle.sol\nImplementation of pricing for the naming service, the contract used by the contract owner to set pricing based on name length. The functionality includes:\n- Mapping for each price to name string length\n- Setter for pricing of each name string length\n\n\n## DevDAORegistry.sol\nThe implementation of the registry, the contract used by the token owner to set metadata that will correspond with each name and the respective token Id. The functinality includes:\n- Setter for name to token Id\n- Setter for user profile metadata struct\n- Setter for address metadata\n- Setter for content\n\n\n## DevDAOResolver.sol\nThe implementation of the resolver.\n\n\n\n## Features\n\nHere's an overview of the included frameworks and tools.\n\n- **Next.js** - Minimalistic framework for server-rendered React applications.\n- **Typescript** - Superset of JavaScript which primarily provides optional static typing, classes and interfaces.\n- **ESLint** - The pluggable linting utility.\n- **Turborepo** - High-performance build system for JavaScript and TypeScript codebases.\n- **PNPM** - Fast, disk space efficient package manager.\n- **Wagmi** - React Hooks library for Ethereum.\n- **Tailwind CSS** - Rapidly build modern websites without ever leaving your HTML.\n- **Typechain** - TypeScript bindings for Ethereum smart contracts.\n- **Hardhat** - Ethereum development environment for professionals.\n- **Hardhat-deploy** - A Hardhat Plugin For Replicable Deployments And Easy Testing.\n- **Chai** - A  BDD / TDD assertion library for node and the browser that can be delightfully paired with any javascript testing framework.\n- **Mocha** - A feature-rich JavaScript test framework.\n\n## Run in Gitpod\nTo run this project in Gitpod, follow these steps:\n\u003cbr/\u003e\n1. Click this link to deploy to gitpod\n\u003cbr/\u003e\n\n[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#github.com/G3root/nextjs-dapp-starter-ts)\n\n2. Import the RPC address given to you by GitPod into your MetaMask wallet\n\nThis endpoint will look something like this:\n\n```bash\nhttps://8545-copper-swordtail-j1mvhxv3.ws-eu18.gitpod.io/\n```\n\nThe chain ID should be 1337. If you have a localhost rpc set up, you may need to overwrite it.\n\u003cbr/\u003e\n\n![MetaMask RPC Import](wallet.png)\n\nYou can also change your status of your open ports by going to port settings.\n\u003cbr/\u003e\n\n![port settings](gitpod-port.png)\n\n## Run Locally\n\nClone the project\n\n```bash\n  npx degit G3root/nextjs-dapp-starter-ts my-project\n```\n\nGo to the project directory\n\n```bash\n  cd my-project\n```\n\nInstall dependencies\n\n```bash\n  pnpm install\n```\n\nStart the development server\n\n```bash\n  pnpm dev\n```\n\n## Build For Production\n\nTo generate production build\n\n```bash\n pnpm build\n```\n## Acknowledgements\n\n- [template-ethereum-contracts](https://github.com/wighawag/template-ethereum-contracts)\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloper-dao%2Fdevdao-domains","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveloper-dao%2Fdevdao-domains","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloper-dao%2Fdevdao-domains/lists"}