{"id":44045792,"url":"https://github.com/bitcannaglobal/cosmospay-api","last_synced_at":"2026-02-07T22:08:46.861Z","repository":{"id":60712916,"uuid":"533324487","full_name":"BitCannaGlobal/cosmospay-api","owner":"BitCannaGlobal","description":"CosmosPay - API configuration \u0026 supported assets","archived":false,"fork":false,"pushed_at":"2024-06-24T08:48:50.000Z","size":246,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-06-24T10:10:58.691Z","etag":null,"topics":["bitcanna","blockchain","blockchain-technology","cosmos-sdk","e-commerce","payments","prestashop","woocommerce","woocommerce-plugin"],"latest_commit_sha":null,"homepage":"https://www.bitcanna.io","language":"JavaScript","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/BitCannaGlobal.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}},"created_at":"2022-09-06T12:57:04.000Z","updated_at":"2024-06-24T08:48:53.000Z","dependencies_parsed_at":"2023-10-11T09:00:09.018Z","dependency_job_id":"ed3e5360-f916-4f8f-83d8-4b7cfe6ee21d","html_url":"https://github.com/BitCannaGlobal/cosmospay-api","commit_stats":{"total_commits":614,"total_committers":3,"mean_commits":"204.66666666666666","dds":"0.10586319218241047","last_synced_commit":"20188eb9402c2888a2e4278d37baae7a282459d1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BitCannaGlobal/cosmospay-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitCannaGlobal%2Fcosmospay-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitCannaGlobal%2Fcosmospay-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitCannaGlobal%2Fcosmospay-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitCannaGlobal%2Fcosmospay-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BitCannaGlobal","download_url":"https://codeload.github.com/BitCannaGlobal/cosmospay-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitCannaGlobal%2Fcosmospay-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29209977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T21:35:21.898Z","status":"ssl_error","status_checked_at":"2026-02-07T21:35:20.106Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bitcanna","blockchain","blockchain-technology","cosmos-sdk","e-commerce","payments","prestashop","woocommerce","woocommerce-plugin"],"created_at":"2026-02-07T22:08:46.183Z","updated_at":"2026-02-07T22:08:46.853Z","avatar_url":"https://github.com/BitCannaGlobal.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cosmospay-api\n\n[![Update chains in cosmos.config.json](https://github.com/BitCannaGlobal/Cosmos-Pay/actions/workflows/main.yml/badge.svg)](https://github.com/BitCannaGlobal/Cosmos-Pay/actions/workflows/main.yml)\n\nThis repo allows to automatically update RPC/LCD url from chain registry.\n\n## Add your chain\n\n1. Fork this repo to your own github account\n2. Clone fork and create new branch\n\n```\ngit clone https://github.com/BitCannaGlobal/cosmospay-api.git\ncd cosmospay-api/\ngit branch \u003cyour_branch_name\u003e\ngit checkout \u003cyour_branch_name\u003e\nnano cosmos.config.json\n```\n\n3. Edit cosmos.config.json and add your own config.  \nExample:\n``` json\n  {\n    \"chainId\": \"bitcanna-1\",\n    \"name\": \"BitCanna\",\n    \"apiURL\": \"https://lcd.bitcanna.io\",\n    \"rpcURL\": \"https://rpc.bitcanna.io/\",\n    \"coinLookup\": {\n      \"viewDenom\": \"BCNA\",\n      \"chainDenom\": \"ubcna\",\n      \"addressPrefix\": \"bcna\",\n      \"icon\": \"https://raw.githubusercontent.com/osmosis-labs/assetlists/main/images/bcna.svg\",\n      \"banner\": \"https://demo.cosmos-tool.com//wp-content/plugins/cosmos-woocomerce/public/img/BitCanna.png\"\n    },\n    \"coingeckoId\": \"bitcanna\",\n    \"mintscanId\": \"bitcanna\",\n    \"active\": \"true\",\n    \"lastUpdate\": \"2022-10-03T10:26:26.440Z\"\n  }\n```  \n4. Commit and push to your fork\n\n```\ngit add cosmos.config.json\ngit commit -m \"Add \u003cyour_chain\u003e\"\ngit push origin \u003cyour_branch_name\u003e\n```\n\n5. From your repository, make pull requesrt (PR)\n\nThe team will contact you with respect to the listing in the plugin\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcannaglobal%2Fcosmospay-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitcannaglobal%2Fcosmospay-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcannaglobal%2Fcosmospay-api/lists"}