{"id":13566176,"url":"https://github.com/archid-protocol/archid-registry","last_synced_at":"2025-12-27T01:46:51.078Z","repository":{"id":178547603,"uuid":"653175772","full_name":"archid-protocol/archid-registry","owner":"archid-protocol","description":"ArchID is a name service for Archway Network, supporting domains, subdomains, and web2 identity verification.","archived":false,"fork":false,"pushed_at":"2024-06-17T16:14:04.000Z","size":154,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T14:18:30.862Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/archid-protocol.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-13T14:40:54.000Z","updated_at":"2024-06-20T09:37:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"f431e8e6-a4bb-4f18-85b5-04febcff6bff","html_url":"https://github.com/archid-protocol/archid-registry","commit_stats":null,"previous_names":["archid-protocol/archid-registry"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archid-protocol%2Farchid-registry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archid-protocol%2Farchid-registry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archid-protocol%2Farchid-registry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archid-protocol%2Farchid-registry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/archid-protocol","download_url":"https://codeload.github.com/archid-protocol/archid-registry/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247097743,"owners_count":20883125,"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":[],"created_at":"2024-08-01T13:02:03.769Z","updated_at":"2025-12-27T01:46:51.072Z","avatar_url":"https://github.com/archid-protocol.png","language":"Rust","readme":"## ArchID Name Service for Archway Network\n\n**Deployed mainnet contract (archway-1)**: \n\n[archway1275jwjpktae4y4y0cdq274a2m0jnpekhttnfuljm6n59wnpyd62qppqxq0](https://www.mintscan.io/archway/txs/2951FE20DC1FE4E0053AD26176DF19812D5430077F0F2769ED50B9BF4BB39721)\n\n**Deployed testnet contract (constantine-3)**: \n\n[archway1lr8rstt40s697hqpedv2nvt27f4cuccqwvly9gnvuszxmcevrlns60xw4r](https://testnet.mintscan.io/archway-testnet/txs/2E6CB87501E630D864DEA312D5814BF93ED4C7E87A6C8993BA640615CA016D11)\n\n\n**Instantiate Registry contract**:\n```bash\n# Using Archway Developer CLI\narchway instantiate --args '{ \"admin\": \"archway1f395p0gg67mmfd5zcqvpnp9cxnu0hg6r9hfczq\", \"wallet\": \"archway1f395p0gg67mmfd5zcqvpnp9cxnu0hg6r9hfczq\", \"cw721\": \"tbd\", \"base_cost\": \"250000000000000000\", \"base_expiration\": 31536000 }'\n```\n\n**Configure Registry contract**:\n```bash\n# Using archwayd (e.g. add correct \"cw721\" value)\narchwayd tx wasm execute archway1lr8rstt40s697hqpedv2nvt27f4cuccqwvly9gnvuszxmcevrlns60xw4r '{ \"update_config\": { \"config\": { \"admin\": \"archway1f395p0gg67mmfd5zcqvpnp9cxnu0hg6r9hfczq\", \"wallet\": \"archway1f395p0gg67mmfd5zcqvpnp9cxnu0hg6r9hfczq\", \"cw721\": \"archway146htsfvftmq8fl26977w9xgdwmsptr2quuf7yyra4j0gttx32z3secq008\", \"base_cost\": \"250000000000000000\", \"base_expiration\": 31536000 } } }' --from keplr --chain-id \"constantine-3\" --node \"https://rpc.constantine.archway.tech:443\" --broadcast-mode sync --output json -y --gas-prices $(archwayd q rewards estimate-fees 1 --node 'https://rpc.constantine.archway.tech:443' --output json | jq -r '.gas_unit_price | (.amount + .denom)')\n```\n\n\n**Register a domain**:\n```bash\n# Using Archway Developer CLI\narchway tx --args '{ \"register\": {\"name\": \"archid\"}}'\n```\n\n```bash\n# Using archwayd\n archwayd tx wasm execute archway1lr8rstt40s697hqpedv2nvt27f4cuccqwvly9gnvuszxmcevrlns60xw4r '{\"register\": {\"name\": \"archid\"}}' --from keplr --chain-id \"constantine-3\" --node \"https://rpc.constantine.archway.tech:443\" --broadcast-mode sync --output json -y --gas-prices $(archwayd q rewards estimate-fees 1 --node 'https://rpc.constantine.archway.tech:443' --output json | jq -r '.gas_unit_price | (.amount + .denom)')\n```\n\n**Resolve a record**:\n```bash\n# Using Archway Developer CLI\narchway query contract-state smart --args '{\"resolve_record\": { \"name\": \"archid.arch\" }}'\n```\n\n```bash\n# Using archwayd\narchwayd query wasm contract-state smart \"archway1lr8rstt40s697hqpedv2nvt27f4cuccqwvly9gnvuszxmcevrlns60xw4r\" '{\"resolve_record\": { \"name\": \"archid.arch\" }}' --node \"https://rpc.constantine.archway.tech:443\"\n```\n","funding_links":[],"categories":["Rust"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchid-protocol%2Farchid-registry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchid-protocol%2Farchid-registry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchid-protocol%2Farchid-registry/lists"}