{"id":19785796,"url":"https://github.com/devendra116/cosmos-cw20-token","last_synced_at":"2025-07-23T16:08:47.126Z","repository":{"id":183429520,"uuid":"670124091","full_name":"Devendra116/cosmos-cw20-token","owner":"Devendra116","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-26T08:46:31.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T13:32:59.456Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Devendra116.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":"2023-07-24T10:50:44.000Z","updated_at":"2023-07-24T10:51:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef400ea8-f6fb-405e-823f-e121af6c727d","html_url":"https://github.com/Devendra116/cosmos-cw20-token","commit_stats":null,"previous_names":["devendra116/cosmos-cw20-token"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Devendra116/cosmos-cw20-token","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devendra116%2Fcosmos-cw20-token","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devendra116%2Fcosmos-cw20-token/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devendra116%2Fcosmos-cw20-token/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devendra116%2Fcosmos-cw20-token/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Devendra116","download_url":"https://codeload.github.com/Devendra116/cosmos-cw20-token/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devendra116%2Fcosmos-cw20-token/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266708514,"owners_count":23971946,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":"2024-11-12T06:15:46.202Z","updated_at":"2025-07-23T16:08:47.096Z","avatar_url":"https://github.com/Devendra116.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Custom CW20 token for Cosmos Ecosystem\n\n## Introduction\nThis repository contains a custom implementation of a CW20 (CosmWasm 20) token with some additional features. The CW20 token standard is designed for fungible tokens on the Cosmos blockchain ecosystem. This custom implementation have a default mint amount  and a 24-hour interval constraints for minting new tokens.\n\n## Features\n- Custom CW20 Token: Follows the CW20 token standard for fungible tokens on Cosmos blockchains.\n- Default Mint Amount: Comes with a pre-defined default mint amount of 1,000,000 tokens. Minters can only mint this default amount.\n- 24-Hour Interval Constraint: Allows minting new tokens once every 24 hours. Users must wait until 24 hours have passed since their last minting.\n\n## Requirement\n- You will need Rust 1.44.1+ with `wasm32-unknown-unknown` target installed.\n\n## Clone Project\n```\ngit clone https://github.com/Devendra116/cosmos-cw20-token.git\ncd cosmos-cw20-token\n```\n\n## Test\nRun unit test for testing smart contract working\n```\ncargo test\n```\n## Build smart contract\n\nfor Windows (tested in powershell)\n```\n.\\build.bat\n```\n\nfor linux/Mac (tested in git bash)\n```\n./build.sh\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevendra116%2Fcosmos-cw20-token","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevendra116%2Fcosmos-cw20-token","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevendra116%2Fcosmos-cw20-token/lists"}