{"id":35049917,"url":"https://github.com/starkware-libs/sn-governed-token","last_synced_at":"2026-04-04T03:35:29.649Z","repository":{"id":327899388,"uuid":"1021332591","full_name":"starkware-libs/sn-governed-token","owner":"starkware-libs","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-04T17:07:19.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-17T21:41:14.232Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Cairo","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/starkware-libs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-17T08:37:33.000Z","updated_at":"2025-07-21T07:18:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/starkware-libs/sn-governed-token","commit_stats":null,"previous_names":["starkware-libs/sn-governed-token"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/starkware-libs/sn-governed-token","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starkware-libs%2Fsn-governed-token","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starkware-libs%2Fsn-governed-token/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starkware-libs%2Fsn-governed-token/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starkware-libs%2Fsn-governed-token/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/starkware-libs","download_url":"https://codeload.github.com/starkware-libs/sn-governed-token/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starkware-libs%2Fsn-governed-token/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31387017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T01:22:39.193Z","status":"online","status_checked_at":"2026-04-04T02:00:07.569Z","response_time":60,"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-12-27T09:11:47.892Z","updated_at":"2026-04-04T03:35:29.627Z","avatar_url":"https://github.com/starkware-libs.png","language":"Cairo","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"assets/starknet-dark.png\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"assets/starknet-light.png\"\u003e\n  \u003cimg alt=\"Your logo\" src=\"assets/starknet-light.png\"\u003e\n\u003c/picture\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![License: Apache2.0](https://img.shields.io/badge/License-Apache2.0-green.svg)](LICENSE)\n\n\u003c/div\u003e\n\n# Starknet Governed Token\n\n## Content\n\n- [Overview](#overview)\n- [Dependencies](#dependencies)\n- [Installation](#installation)\n- [Getting help](#getting-help)\n- [Build and Test](#build-and-test)\n- [Security](#security)\n\n## Overview\n\nThis repo contains a simple governed-token implementation on Starknet.\nIt includes the following features:\n\n1. An ERC20 token implementation.\n2. Upgradable.\n3. Minting and burning of the governed-token using a `token_admin` account role.\n4. Blocklist - a list of addresses that are not allowed to get any updates of the token.\n5. Pause/Unpause functionality.\n\n## Dependencies\n\n- Cairo dependencies such as [Scarb](https://docs.swmansion.com/scarb/) and [Starknet foundry](https://foundry-rs.github.io/starknet-foundry/index.html) - install using [starkup](https://github.com/software-mansion/starkup).\n\n## Installation\n\nClone the repo and from within the projects root folder run:\n\n```bash\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.starkup.dev | sh\n```\n\n## Getting help\n\nReach out to the maintainer at any of the following:\n\n- [GitHub Discussions](https://github.com/starkware-libs/sn-governed-token/discussions)\n- Contact options listed on this [GitHub profile](https://github.com/starkware-libs)\n\n## Build and Test\n\nBuild the contracts from the repo root:\n\n```bash\nscarb build\n```\n\nTo run the tests, execute:\n\n```bash\nscarb test\n```\n\n## Security\n\nStarknet Governed Token follows good practices of security, but 100% security cannot be assured. Starknet Governed Token is provided \"as is\" without any warranty. Use at your own risk.\n\nFor more information and to report security issues, please refer to our [security documentation](https://github.com/starkware-libs/sn-governed-token/blob/main/docs/SECURITY.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarkware-libs%2Fsn-governed-token","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarkware-libs%2Fsn-governed-token","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarkware-libs%2Fsn-governed-token/lists"}