{"id":30621357,"url":"https://github.com/syscoin/nevmregistry","last_synced_at":"2025-08-30T14:28:54.559Z","repository":{"id":281943006,"uuid":"946920746","full_name":"syscoin/NEVMRegistry","owner":"syscoin","description":"NEVM Registry for Sentry node registration to the NEVM chain to be used within smart contracts","archived":false,"fork":false,"pushed_at":"2025-03-12T00:00:54.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T01:18:38.971Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Solidity","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/syscoin.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":"2025-03-11T22:10:15.000Z","updated_at":"2025-03-12T00:00:57.000Z","dependencies_parsed_at":"2025-03-12T01:18:40.641Z","dependency_job_id":"47fdd22c-a6ba-4149-ba29-8a1abf7007b7","html_url":"https://github.com/syscoin/NEVMRegistry","commit_stats":null,"previous_names":["syscoin/nevmregistry"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/syscoin/NEVMRegistry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syscoin%2FNEVMRegistry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syscoin%2FNEVMRegistry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syscoin%2FNEVMRegistry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syscoin%2FNEVMRegistry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syscoin","download_url":"https://codeload.github.com/syscoin/NEVMRegistry/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syscoin%2FNEVMRegistry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272860688,"owners_count":25005476,"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-08-30T02:00:09.474Z","response_time":77,"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":"2025-08-30T14:28:07.651Z","updated_at":"2025-08-30T14:28:54.554Z","avatar_url":"https://github.com/syscoin.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NEVM Registry Contract\n\nA highly optimized Solidity contract to query Syscoin's NEVM precompile for retrieving collateral height (seniority) of sentry nodes.\n\n## Contract Overview\n\nThis contract interacts directly with a Syscoin-specific precompile to retrieve the collateral height of sentry nodes, which is crucial for determining node seniority.\n\n## Usage\n\nThe primary function is:\n\n```solidity\nfunction getCollateralHeight(address node) external view returns (uint256 collateralHeight);\n```\n\n## Setup (Foundry)\n\n### Install Foundry\n\n```bash\ncurl -L https://foundry.paradigm.xyz | bash\nfoundryup\n```\n\n## Deployment and Verification Scripts\n\n### Usage\n\nDeploy and verify on Tanenbaum:\n\n```bash\nnpm run deploy:tanenbaum\nnpm run verify:tanenbaum\n```\n\nDeploy and verify on Mainnet:\n\n```bash\nnpm run deploy:mainnet\nnpm run verify:mainnet\n```\n\nDeploy and verify locally:\n\n```bash\nnpm run deploy:local\nnpm run verify:local\n```\n\n## Networks\n\nConfigured networks include:\n- `tanenbaum` (Syscoin test network, chainId: 5700)\n- `mainnet` (Syscoin mainnet, chainId: 57)\n- `local` (Local development, chainId: 1337)\n\n## License\n\nMIT License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyscoin%2Fnevmregistry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyscoin%2Fnevmregistry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyscoin%2Fnevmregistry/lists"}