{"id":16978787,"url":"https://github.com/srph/issue-evmos-ibc","last_synced_at":"2026-05-21T07:18:41.395Z","repository":{"id":75646685,"uuid":"592723540","full_name":"srph/issue-evmos-ibc","owner":"srph","description":"Debugging ibc transactions to evmos","archived":false,"fork":false,"pushed_at":"2023-01-25T15:18:54.000Z","size":340,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-26T17:15:54.513Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://stride-issue-evmos-ibc.vercel.app/","language":"TypeScript","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/srph.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-01-24T11:51:27.000Z","updated_at":"2023-03-10T10:16:49.000Z","dependencies_parsed_at":"2023-06-07T05:45:38.352Z","dependency_job_id":null,"html_url":"https://github.com/srph/issue-evmos-ibc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srph%2Fissue-evmos-ibc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srph%2Fissue-evmos-ibc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srph%2Fissue-evmos-ibc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srph%2Fissue-evmos-ibc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srph","download_url":"https://codeload.github.com/srph/issue-evmos-ibc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244880550,"owners_count":20525511,"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","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-10-14T01:44:12.197Z","updated_at":"2026-05-21T07:18:41.362Z","avatar_url":"https://github.com/srph.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a Cosmos App project bootstrapped with [`create-cosmos-app`](https://github.com/cosmology-tech/create-cosmos-app).\n\n## Getting Started\n\nFirst, install the packages and run the development server:\n\n```bash\nyarn \u0026\u0026 yarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.\n\n## Learn More \n\n### Chain Registry\n\nThe npm package for the Official Cosmos chain registry. Get chain and token data for you application.\n\n* https://github.com/cosmology-tech/chain-registry\n\n### Cosmology Videos\n\nCheckout more videos for how to use various frontend tooling in the Cosmos!\n\n* https://cosmology.tech/learn\n\n### Cosmos Kit\n\nA wallet connector for the Cosmos ⚛️\n\n* https://github.com/cosmology-tech/cosmos-kit\n\n### Telescope\n\nA \"babel for the Cosmos\", Telescope is a TypeScript Transpiler for Cosmos Protobufs. Telescope is used to generate libraries for Cosmos blockchains. Simply point to your protobuffer files and create developer-friendly Typescript libraries for teams to build on your blockchain.\n\n* https://github.com/osmosis-labs/telescope\n\n🎥 [Checkout the Telescope video playlist](https://www.youtube.com/watch?v=n82MsLe82mk\u0026list=PL-lMkVv7GZwyQaK6bp6kMdOS5mzosxytC) to learn how to use `telescope`!\n\n### CosmWasm TS Codegen\n\nThe quickest and easiest way to interact with CosmWasm Contracts. @cosmwasm/ts-codegen converts your CosmWasm smart contracts into dev-friendly TypeScript classes so you can focus on shipping code.\n\n* https://github.com/CosmWasm/ts-codegen\n\n🎥 [Checkout the CosmWasm/ts-codegne video playlist](https://www.youtube.com/watch?v=D_A5V2PfNLA\u0026list=PL-lMkVv7GZwz1KO3jANwr5W4MoziruXwK) to learn how to use `ts-codegen`!\n\n\n## Learn More about Next.js\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n\n## Credits\n\n🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.tech/validator)\n\nCode built with the help of these related projects:\n\n* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) for generated CosmWasm contract Typescript classes\n* [@osmonauts/telescope](https://github.com/osmosis-labs/telescope) a \"babel for the Cosmos\", Telescope is a TypeScript Transpiler for Cosmos Protobufs.\n* [chain-registry](https://github.com/cosmology-tech/chain-registry) Cosmos chain registry and chain info.\n* [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) A wallet connector for the Cosmos.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrph%2Fissue-evmos-ibc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrph%2Fissue-evmos-ibc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrph%2Fissue-evmos-ibc/lists"}