{"id":18984989,"url":"https://github.com/astroport-fi/astroport_ibc","last_synced_at":"2025-04-19T20:26:02.778Z","repository":{"id":76713175,"uuid":"532849794","full_name":"astroport-fi/astroport_ibc","owner":"astroport-fi","description":"Astroport IBC enabled contracts","archived":false,"fork":false,"pushed_at":"2024-04-05T15:11:53.000Z","size":627,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-14T13:11:37.620Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/astroport-fi.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-05T10:24:21.000Z","updated_at":"2023-08-23T16:34:38.000Z","dependencies_parsed_at":"2024-02-09T18:31:33.812Z","dependency_job_id":"8fa06371-30a1-4a19-ad86-7a7d0c478be1","html_url":"https://github.com/astroport-fi/astroport_ibc","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astroport-fi%2Fastroport_ibc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astroport-fi%2Fastroport_ibc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astroport-fi%2Fastroport_ibc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astroport-fi%2Fastroport_ibc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astroport-fi","download_url":"https://codeload.github.com/astroport-fi/astroport_ibc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249793683,"owners_count":21326571,"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-11-08T16:23:59.488Z","updated_at":"2025-04-19T20:26:02.748Z","avatar_url":"https://github.com/astroport-fi.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Astroport IBC\n\nThis repo contains Astroport IBC related contracts.\n\n## Contracts diagram\n\n![contracts diagram](./assets/ibc.png \"Contracts Diagram\")\n\n## Contracts\n\n| Name                           | Description                      |\n| ------------------------------ | -------------------------------- |\n| [`controller`](contracts/controller) | IBC controller contract intended to be hosted on the main chain |\n| [`cw20-ics20`](contracts/cw20-ics20) | IBC Enabled contract that receives CW20 tokens and sends them over IBC channel to a remote chain |\n| [`satellite`](contracts/satellite) | IBC enabled astroport satellite contract intended to be hosted on a remote chain |\n\n## Building Contracts\n\nYou will need Rust 1.64.0+ with wasm32-unknown-unknown target installed.\n\n### You can compile each contract:\nGo to contract directory and run \n    \n```\ncargo wasm\ncp ../../target/wasm32-unknown-unknown/release/astroport_token.wasm .\nls -l astroport_token.wasm\nsha256sum astroport_token.wasm\n```\n\n### You can run tests for all contracts\nRun the following from the repository root\n\n```\ncargo test\n```\n\n### For a production-ready (compressed) build:\nRun the following from the repository root\n\n```\n./scripts/build_release.sh\n```\n\nThe optimized contracts are generated in the artifacts/ directory.\n\n## Deployment\n\nYou can find versions and commits for actually deployed contracts [here](https://github.com/astroport-fi/astroport-changelog).\n\n## Docs\n\nDocs can be generated using `cargo doc --no-deps`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastroport-fi%2Fastroport_ibc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastroport-fi%2Fastroport_ibc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastroport-fi%2Fastroport_ibc/lists"}