{"id":17978778,"url":"https://github.com/jon-becker/renoun","last_synced_at":"2025-10-04T17:45:02.760Z","repository":{"id":38362473,"uuid":"498573164","full_name":"Jon-Becker/renoun","owner":"Jon-Becker","description":" On-chain, non-transferrable badges for rewarding GitHub contributions. ","archived":false,"fork":false,"pushed_at":"2024-04-14T23:16:14.000Z","size":459,"stargazers_count":89,"open_issues_count":0,"forks_count":16,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-14T02:58:00.985Z","etag":null,"topics":["eth","ethereum","github-actions","nft","nfts","smart-contract","soulbound-tokens"],"latest_commit_sha":null,"homepage":"","language":"Solidity","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/Jon-Becker.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,"zenodo":null}},"created_at":"2022-06-01T03:06:11.000Z","updated_at":"2025-07-18T19:42:06.000Z","dependencies_parsed_at":"2024-04-09T19:26:02.909Z","dependency_job_id":"733b921f-f1d1-48d1-ad8a-09239e531962","html_url":"https://github.com/Jon-Becker/renoun","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Jon-Becker/renoun","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jon-Becker%2Frenoun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jon-Becker%2Frenoun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jon-Becker%2Frenoun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jon-Becker%2Frenoun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jon-Becker","download_url":"https://codeload.github.com/Jon-Becker/renoun/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jon-Becker%2Frenoun/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278350437,"owners_count":25972669,"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-04T02:00:05.491Z","response_time":63,"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":["eth","ethereum","github-actions","nft","nfts","smart-contract","soulbound-tokens"],"created_at":"2024-10-29T17:35:06.747Z","updated_at":"2025-10-04T17:45:02.717Z","avatar_url":"https://github.com/Jon-Becker.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# renoun\n\n  ##### June 1, 2022\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;By [Jonathan Becker](https://jbecker.dev)\n  \u003cbr\u003e\n  \n  ![preview](https://raw.githubusercontent.com/Jon-Becker/renoun/main/preview.png?token=GHSAT0AAAAAABPTFLJBB4HKTSG43PCZU5FCYUW32RA)\n\n  Renoun is a project inspired by the work of [@achalvs](https://twitter.com/achalvs) which allows for automatic minting of non-transferrable tokens on Ethereum based chains.\n\n  I've deployed the contracts on Optimism for free use, and for demonstration purposes. Feel free to open a Pull Request to this repository to test out the minting!\n\n  - BadgeRenderer -\u003e [0x52a059998ecba324402fda84884d89af27aca075](https://optimistic.etherscan.io/address/0x52a059998ecba324402fda84884d89af27aca075)\n  - Renoun -\u003e [0x48933e1235529732eb8957ab64f4093d66a7e841](https://optimistic.etherscan.io/address/0x48933e1235529732eb8957ab64f4093d66a7e841)\n\n  Check out [`tokenURI()`](https://optimistic.etherscan.io/address/0x48933e1235529732eb8957ab64f4093d66a7e841#readContract) for `_tokenIds` 4 and above (the renderer was broken before then).\n\n# Installation\n  \n  - First, clone this repository using\n    ```\n    git clone https://github.com/Jon-Becker/renoun.git .\n    ```\n\n  - Deploy both the ``BadgeRenderer.sol`` and ``renoun.sol`` contracts onto your chain of choice. The renderer contract is very large, 10kb+, so I recommend deploying on a L2.\n    - When deploying renoun.sol, you'll need to specify the deployed renderer address\n\n  - On your repository of choice, set up 3 [GitHub Secrets](https://docs.github.com/en/actions/security-guides/encrypted-secrets)\n    - ``PRIVATE_KEY`` - which stores the private key of the deploying address\n    - ``RPC_URL`` - which stores the full RPC url of your web3 provider\n    - ``DEPLOYMENT_ADDRESS`` - which stores the deployment address of ``renoun.sol``\n\n  - Copy ``src/scripts`` and ``src/json`` to your repository, and create a GitHub action with the script from ``mint_token.yml``.\n\n  - Edit the chain ID on line 60 of ``main.py``\n\n  - Profit.\n\n# Pull Request Standard\n\nIn order for the GitHub action to work properly, the Pull Request must be closed and merged. It must also contain a 20 byte Ethereum address, which ``main.py`` will extract from the pull request and mint the token to.\n\nFor a full demo, you can check out [Pull Request #3](https://github.com/Jon-Becker/renoun/pull/3)\n\n### Credits\n  - Achal ( SVG Design ) https://twitter.com/achalvs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjon-becker%2Frenoun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjon-becker%2Frenoun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjon-becker%2Frenoun/lists"}