{"id":39681494,"url":"https://github.com/gnoswap-labs/grc20-register","last_synced_at":"2026-01-18T09:53:20.269Z","repository":{"id":228913349,"uuid":"774335163","full_name":"gnoswap-labs/grc20-register","owner":"gnoswap-labs","description":"An automatic grc20 token register for gno.land","archived":false,"fork":false,"pushed_at":"2024-11-20T05:55:41.000Z","size":39954,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-20T06:30:03.171Z","etag":null,"topics":["gnoland","register","tendermint2"],"latest_commit_sha":null,"homepage":"","language":"Go","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/gnoswap-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-03-19T11:20:47.000Z","updated_at":"2024-10-21T03:59:57.000Z","dependencies_parsed_at":"2024-03-21T04:30:30.947Z","dependency_job_id":"452f8647-de43-4727-ab21-f7f2b907f845","html_url":"https://github.com/gnoswap-labs/grc20-register","commit_stats":null,"previous_names":["gnoswap-labs/grc20-register"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/gnoswap-labs/grc20-register","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnoswap-labs%2Fgrc20-register","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnoswap-labs%2Fgrc20-register/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnoswap-labs%2Fgrc20-register/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnoswap-labs%2Fgrc20-register/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gnoswap-labs","download_url":"https://codeload.github.com/gnoswap-labs/grc20-register/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnoswap-labs%2Fgrc20-register/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534175,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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":["gnoland","register","tendermint2"],"created_at":"2026-01-18T09:53:20.186Z","updated_at":"2026-01-18T09:53:20.253Z","avatar_url":"https://github.com/gnoswap-labs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch2 align=\"center\"\u003e\n⚛️ GRC20 Register ⚛️\n\n## Overview\n\n`grc20-register` is a tool designed to register Gno's GRC20 token automatically whenever new grc20 token has been successfully deployed to gno.\n\n## Key Features\n\n- **Automatic GRC20 Register**: Automatically registers grc20 token to target register contract.\n- **Concurrent Chain Indexing**: Utilizes asynchronous workers for fast and efficient indexing. Data is available for serving as soon as it is fetched from the remote chain.\n  \u003e feature came from [tx-indexer](https://github.com/gnolang/tx-indexer)\n- **Embedded Database**: Features PebbleDB for quick on-disk data access and migration.\n  \u003e feature came from [tx-indexer](https://github.com/gnolang/tx-indexer)\n\n## Getting Started\n\nThis section guides you through setting up and running the `grc20-register.\n\n1. **Clone the Repository**\n\n```shell\ngit clone github.com/gnoswap-labs/grc20-register\n```\n\n2. **Copy `.env.example` in `/addpkg` to `.env` at same location and change variables**\n\n3. **Change register template `addpkg/template.txt`**\n\n   \u003e Default template is for gnoswap [pool](https://github.com/gnoswap-labs/gnoswap/blob/7d008486ba7be6ba82b469d0f8c0c30e7e022e6b/pool/token_register.gno), [router](https://github.com/gnoswap-labs/gnoswap/blob/7d008486ba7be6ba82b469d0f8c0c30e7e022e6b/router/token_register.gno), [staker](https://github.com/gnoswap-labs/gnoswap/blob/7d008486ba7be6ba82b469d0f8c0c30e7e022e6b/staker/token_register.gno) register. Use your own realm's register.\n\n4. **Build the binary**\n\n```shell\nmake build\n```\n\n5. **Run the grc20-register**\n\n```shell\n./build/grc20-register start\n```\n\nIt should print something like below if automatic register ${\\bf\\color{#009900}SUCCEDED}$\n\n```shell\n2024-03-20T17:57:20.907+0900    INFO    fetcher fetch/fetch.go:248      Registered grc20 token  {\"pkgPath\": \"gno.land/r/gnoswap/test_foo\"}\n```\n\nIt should print something like below if automatic register ${\\bf\\color{#ff0000}FAILED}$\n\n```shell\n2024-03-20T17:59:16.908+0900    ERROR   fetcher fetch/fetch.go:246      Failed to register grc20 token  {\"pkgPath\": \"gno.land/r/demo/gns\", \"error\": \"transaction failed during execution, invalid package path\"}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnoswap-labs%2Fgrc20-register","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgnoswap-labs%2Fgrc20-register","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnoswap-labs%2Fgrc20-register/lists"}