{"id":26844808,"url":"https://github.com/0xcregis/anychain","last_synced_at":"2025-05-15T14:07:14.125Z","repository":{"id":73042497,"uuid":"570482130","full_name":"0xcregis/anychain","owner":"0xcregis","description":"Multi-chain Rust wallet sdk, supports Bitcoin, Ethereum, Tron, Solana etc. https://cregisoffical.gitbook.io/anychain/","archived":false,"fork":false,"pushed_at":"2025-04-26T09:08:52.000Z","size":1112,"stargazers_count":226,"open_issues_count":6,"forks_count":25,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-26T09:31:40.670Z","etag":null,"topics":["bitcoin","ethereum","filcoin","neo","polkadot","ripple","rust","solana","tron","tron-sdk"],"latest_commit_sha":null,"homepage":"https://www.cregis.com","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xcregis.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-11-25T09:49:26.000Z","updated_at":"2025-04-26T09:05:24.000Z","dependencies_parsed_at":"2023-12-19T12:24:59.166Z","dependency_job_id":"4d672068-ff3c-4b53-846a-fc5262ffc9ed","html_url":"https://github.com/0xcregis/anychain","commit_stats":null,"previous_names":["cregis-web3/anychain"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xcregis%2Fanychain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xcregis%2Fanychain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xcregis%2Fanychain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xcregis%2Fanychain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xcregis","download_url":"https://codeload.github.com/0xcregis/anychain/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254355335,"owners_count":22057354,"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":["bitcoin","ethereum","filcoin","neo","polkadot","ripple","rust","solana","tron","tron-sdk"],"created_at":"2025-03-30T19:31:23.545Z","updated_at":"2025-05-15T14:07:09.110Z","avatar_url":"https://github.com/0xcregis.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Anychain\n\n[![Rust CI](https://github.com/uduncloud/anychain/actions/workflows/rust.yml/badge.svg)](https://github.com/uduncloud/anychain/actions/workflows/rust.yml)\n\n### What is Anychain?\n\nAnychain is a multi-chain supported blockchain development framework designed to simplify interactions with various blockchains such as Ethereum, Bitcoin, Tron, and more. It provides a suite of tools and libraries that enable developers to easily create, manage, and operate blockchain addresses, transactions, and smart contracts.\n\n### What Can Anychain Do?\n\n- **Multi-Chain Support**: Interact with multiple blockchain platforms, allowing developers to use different blockchains within the same project.\n- **Address Management**: Easily create and verify blockchain addresses.\n- **Transaction Generation**: Generate and sign transactions, supporting various cryptocurrencies.\n- **Smart Contract Interaction**: Interact with smart contracts, call contract methods, and handle return values.\n- **Bandwidth Estimation**: Estimate the bandwidth required for transactions, helping developers optimize transaction costs.\n\n### Who Needs Anychain?\n\n- **Blockchain Developers**: Developers looking to quickly build applications that interact with multiple blockchains.\n- **Fintech Companies**: Companies that need to integrate various cryptocurrency payment and transaction functionalities.\n- **Blockchain Researchers**: Academics and researchers who want to experiment and study different blockchains.\n- **Startups**: Startups aiming to leverage blockchain technology to build innovative products.\n\n### Why Choose Anychain?\n\n- **Ease of Use**: Anychain offers a simple and intuitive API, allowing developers to get started quickly and reducing the learning curve.\n- **Flexibility**: Supports multiple blockchains, enabling developers to choose the most suitable chain based on their needs.\n- **Active Community**: Anychain has an active developer community that provides support and shares best practices.\n- **High Performance**: An optimized codebase ensures efficient transaction processing and low latency.\n\n### Features\n\n#### Common Traits when it comes to building transactions for different blockchains, they are\n* PublicKey\n* Address\n* Amount\n* Transaction\n* Network\n* Format\n\n#### Common crates used in building transactions for different blockchains, they are\n* base58\n* secp256k1\n* hex\n* rand\n\n### Functions\n\n* Build raw unsigned transactions for different blockchains according to parameters taken from the user of this library\n\n* Build signed transactions for different blockchains by merging the raw transaction and the corresponding signature \n  taken from the user of this library\n\n### Architecture \u0026 Design Doc\n\n\n```mermaid\nflowchart LR\n    A[iOS/Android App] --\u003e |Link library| B[anychain-ffi-rust];\n    B --\u003e |Wrap| C[anychain-bitcoin C library];\n    C --\u003e |Implement| D[anychain-core];\n```\n\n[Design Principles for AnyChain Wallet SDK](docs/design-en.md)\n\n### Build the source\n\t\n    cargo build --release\n\n## Crates\n\n| Name                  | Description            | Crates.io                                                                            | Documentation                                                                           |\n|-----------------------|------------------------|--------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|\n| [`anychain-core`]     | Core types and traits. | [![Crates.io](https://img.shields.io/crates/v/anychain-core)][anychain-core]         | [![Documentation](https://shields.io/docsrs/anychain-core)][anychain-core-docs]         |\n| [`anychain-kms`]      | BIP32、BIP39.           | [![Crates.io](https://img.shields.io/crates/v/anychain-kms)][anychain-kms]           | [![Documentation](https://shields.io/docsrs/anychain-kms)][anychain-kms-docs]           |\n| [`anychain-bitcoin`]  | Bitcoin impl.          | [![Crates.io](https://img.shields.io/crates/v/anychain-bitcoin)][anychain-bitcoin]   | [![Documentation](https://shields.io/docsrs/anychain-bitcoin)][anychain-bitcoin-docs]   |\n| [`anychain-ethereum`] | Ethereum impl.         | [![Crates.io](https://img.shields.io/crates/v/anychain-ethereum)][anychain-ethereum] | [![Documentation](https://shields.io/docsrs/anychain-ethereum)][anychain-ethereum-docs] |\n| [`anychain-filecoin`] | Filecoin impl.         | [![Crates.io](https://img.shields.io/crates/v/anychain-filecoin)][anychain-filecoin] | [![Documentation](https://shields.io/docsrs/anychain-filecoin)][anychain-filecoin-docs] |\n| [`anychain-tron`]     | Tron impl.             | [![Crates.io](https://img.shields.io/crates/v/anychain-tron)][anychain-tron]         | [![Documentation](https://shields.io/docsrs/anychain-tron)][anychain-tron-docs]         |\n| [`anychain-ripple`]   | Ripple impl.           | [![Crates.io](https://img.shields.io/crates/v/anychain-ripple)][anychain-ripple]     | [![Documentation](https://shields.io/docsrs/anychain-ripple)][anychain-ripple-docs]     |\n| [`anychain-polkadot`] | Polkadot impl.         | [![Crates.io](https://img.shields.io/crates/v/anychain-polkadot)][anychain-polkadot] | [![Documentation](https://shields.io/docsrs/anychain-polkadot)][anychain-polkadot-docs] |\n| [`anychain-solana`]   | Solana impl.           | [![Crates.io](https://img.shields.io/crates/v/anychain-solana)][anychain-solana]     | [![Documentation](https://shields.io/docsrs/anychain-solana)][anychain-solana-docs]     |\n| [`anychain-ton`]      | Ton impl.              | [![Crates.io](https://img.shields.io/crates/v/anychain-ton)][anychain-ton]           | [![Documentation](https://shields.io/docsrs/anychain-solana)][anychain-solana-docs]     |\n\n## Supported Chains\n- Bitcoin\n- BitcoinCash\n- Dogecoin\n- Litecoin\n- Ethereum\n- Filecoin\n- Tron\n- Ripple\n- Arbitrum, Optimism, and Avalanche\n- Polkadot\n- Neo\n- Solana\n- Sui\n- Aptos\n- Sei\n- Ton\n \n## License\n\nThis project is licensed under the [MIT license][license].\n\n## Contact\n\nFeel free to join anychain sdk [Telegram](https://t.me/anychain_sdk) for discussions on code and research.\n\n[`anychain-core`]: https://github.com/0xcregis/anychain/tree/main/anychain-core\n[`anychain-kms`]: https://github.com/0xcregis/anychain/tree/main/anychain-kms\n[`anychain-bitcoin`]: https://github.com/0xcregis/anychain/tree/main/anychain-bitcoin\n[`anychain-ethereum`]: https://github.com/0xcregis/anychain/tree/main/anychain-ethereum\n[`anychain-filecoin`]: https://github.com/0xcregis/anychain/tree/main/anychain-filecoin\n[`anychain-tron`]: https://github.com/0xcregis/anychain/tree/main/anychain-tron\n[`anychain-ripple`]: https://github.com/0xcregis/anychain/tree/main/anychain-ripple\n[`anychain-polkadot`]: https://github.com/0xcregis/anychain/tree/main/anychain-polkadot\n[`anychain-solana`]: https://github.com/0xcregis/anychain-solana\n[`anychain-ton`]: https://github.com/0xcregis/anychain-ton\n[anychain-core]: https://crates.io/crates/anychain-core\n[anychain-kms]: https://crates.io/crates/anychain-kms\n[anychain-bitcoin]: https://crates.io/crates/anychain-bitcoin\n[anychain-ethereum]: https://crates.io/crates/anychain-ethereum\n[anychain-filecoin]: https://crates.io/crates/anychain-filecoin\n[anychain-tron]: https://crates.io/crates/anychain-tron\n[anychain-ripple]: https://crates.io/crates/anychain-ripple\n[anychain-polkadot]: https://crates.io/crates/anychain-polkadot\n[anychain-solana]: https://crates.io/crates/anychain-solana\n[anychain-ton]: https://crates.io/crates/anychain-ton\n[anychain-core-docs]: https://docs.rs/anychain-core\n[anychain-kms-docs]: https://docs.rs/anychain-kms\n[anychain-bitcoin-docs]: https://docs.rs/anychain-bitcoin\n[anychain-ethereum-docs]: https://docs.rs/anychain-ethereum\n[anychain-filecoin-docs]: https://docs.rs/anychain-filecoin\n[anychain-tron-docs]: https://docs.rs/anychain-tron\n[anychain-ripple-docs]: https://docs.rs/anychain-ripple\n[anychain-polkadot-docs]: https://docs.rs/anychain-polkadot\n[anychain-solana-docs]: https://docs.rs/anychain-solana\n[anychain-ton-docs]: https://docs.rs/anychain-ton\n[license]: https://github.com/0xcregis/anychain/blob/main/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xcregis%2Fanychain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xcregis%2Fanychain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xcregis%2Fanychain/lists"}