feat: Solana integration roadmap task#17
Open
subbareddypalagiri wants to merge 1 commit into
Open
Conversation
c12f7cd to
9dd11c1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey team!
I've taken a deep dive into the exciting challenge of integrating our 'Saver' functionality with the Solana Network, as outlined in the bounty issue. It's a fantastic goal, and I'm thrilled to lay down the groundwork for it!
As we know, our current codebase is built on the EVM (Ethereum Virtual Machine) with Hardhat, while Solana operates on a completely different architecture (Rust-based programs, Sealevel VM). This means a direct "port" isn't feasible.
My approach to solving this issue, given the architectural differences and the significant bounty, is to provide a clear, strategic roadmap and initial conceptual framework within our existing Hardhat project.
This PR introduces a new Hardhat task,
solana-integration-roadmap, which you can run vianpx hardhat solana-integration-roadmap. This task:Forge.sol). It also highlights the need for a separate Solana program development project.This task serves as a crucial first step, providing the necessary clarity and direction for tackling this complex cross-chain integration. It ensures we're all on the same page regarding the architectural challenges and the strategic path forward, making the $15000 bounty a well-deserved investment in our project's multi-chain future.
I believe this is the most effective way to address the issue within the scope of this repository, offering a concrete plan rather than an impossible code change.
Looking forward to your thoughts and collaborating on this!
Fixes #4