{"id":27633588,"url":"https://github.com/bootnodedev/oft-wizard","last_synced_at":"2025-04-23T18:18:02.852Z","repository":{"id":288328846,"uuid":"956224984","full_name":"BootNodeDev/oft-wizard","owner":"BootNodeDev","description":"Simplify the development, deployment, and management of Omnichain Apps (OApp) applications using the LayerZero protocol","archived":false,"fork":false,"pushed_at":"2025-04-17T01:48:02.000Z","size":198,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-17T07:34:37.344Z","etag":null,"topics":["interoperability","layerzero","layerzero-token"],"latest_commit_sha":null,"homepage":"","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/BootNodeDev.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,"zenodo":null}},"created_at":"2025-03-27T22:42:19.000Z","updated_at":"2025-04-17T01:48:05.000Z","dependencies_parsed_at":"2025-04-17T08:30:46.625Z","dependency_job_id":"b180ee41-6ded-458d-831f-2a976d31e6b0","html_url":"https://github.com/BootNodeDev/oft-wizard","commit_stats":null,"previous_names":["bootnodedev/oft-wizard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootNodeDev%2Foft-wizard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootNodeDev%2Foft-wizard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootNodeDev%2Foft-wizard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootNodeDev%2Foft-wizard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BootNodeDev","download_url":"https://codeload.github.com/BootNodeDev/oft-wizard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250487534,"owners_count":21438612,"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":["interoperability","layerzero","layerzero-token"],"created_at":"2025-04-23T18:18:02.101Z","updated_at":"2025-04-23T18:18:02.836Z","avatar_url":"https://github.com/BootNodeDev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OFT Wizard\n\n## Overview\n\nOFT Wizard is a project by [Bootnode](https://bootnode.dev) designed to simplify the development, deployment, and management of Omnichain Apps (OApp) applications using the LayerZero protocol. The project aims to provide more user-friendly tooling without requiring configuration files and plaintext private keys.\n\n## Key Features\n\n- **Core Library**: Shared logic for deploying, configuring, and interacting with OApps\n- **CLI Tool**: Command-line interface for basic deployment and wallet management\n- **Wallet Management**: Secure wallet handling without plaintext private keys\n- **Cross-Chain Messaging**: Built-in support for sending arbitrary messages between deployed OApps\n\n## Design Philosophy\n\nThe primary goal of OFT Wizard is to provide developer-friendly tools that abstract away the complexity of:\n\n- RPC configuration and management\n- Wallet instantiation and security\n- Peer configuration\n- Message fee calculation\n- Bytes and options handling for LayerZero protocol\n\nAll of these complexities are hidden from the user, allowing for a streamlined development experience.\n\n## Project Structure\n\n- **core**: Core library containing shared logic and abstractions\n- **cli**: Command-line interface for basic operations\n\n## Prerequisites\n\n### Solidity Compiler\n\nThis project uses the Solidity compiler via SVM (Solidity Version Manager). Please refer to the [core README](./core/README.md) for detailed installation instructions.\n\n### RPC Endpoints\n\nThe project requires RPC endpoints for the supported chains. Currently, these are configured in the Foundry configuration (`foundry.toml`).\n\n**Note**: This approach requires improvement as it currently requires API keys (like Alchemy) to be stored in plaintext. Future versions will address this security concern. The current api key is disabled.\n\n## Getting Started\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/bootnode/oft_wizard.git\ncd oft_wizard\n\n# Build the project\ncargo build --release\n```\n\n### Using the CLI\n\n```bash\n# Compile contracts\n./target/release/cli compile\n\n# Create a new wallet\n./target/release/cli --chain base_sepolia wallet new\n\n# Check wallet balance\n./target/release/cli --chain base_sepolia wallet balance --path /path/to/wallet\n\n# Deploy to multiple chains\n./target/release/cli --chain base_sepolia deploy --path /path/to/wallet --chainlist optimism_sepolia arbitrum_sepolia\n```\n\n## Supported Chains\n\n- Base Sepolia\n- Optimism Sepolia\n- Arbitrum Sepolia\n- Gnosis Chiado\n\n## Advanced Features\n\n### Message Types\n\nThe example OApp from the LayerZero quickstart demonstrates string message passing, but the framework supports more complex use cases:\n\n- **Unicast**: Send messages to a single destination\n- **Multicast**: Send messages to multiple specified destinations\n- **Broadcast**: Send messages to all peer contracts\n\nThese patterns can be used to implement various cross-chain applications beyond simple mint/burn token operations.\n\n## Future Roadmap\n\n- REST API implementation using Axum\n- Support for additional blockchains compatible with LayerZero (Solana, Aptos, etc.)\n- Enhanced contract customization options\n- Improved security for API key management\n- Event listener agents for monitoring cross-chain messages\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## Disclaimer\n\nThis is an experimental project. Use at your own risk.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbootnodedev%2Foft-wizard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbootnodedev%2Foft-wizard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbootnodedev%2Foft-wizard/lists"}