w3b3d3v / kyodo-protocol

https://kyodo-protocol-mvp.vercel.app
MIT License
12 stars 5 forks source link

Refactoring and Enhancements for Chain-Agnostic Support #64

Closed nomadbitcoin closed 1 year ago

nomadbitcoin commented 1 year ago

chore: Chain Module Selector Creation

A new module selector has been created to streamline chain selection. feat: Modal for Selecting EVM and Solana

This commit introduces a modal for users to select between EVM and Solana chains. feat: Selection of Metamask or Phantom

Users can now choose between Metamask and Phantom wallets. fix: Removal of Hardcoded selectedChain

The selectedChain parameter is no longer hardcoded, improving flexibility. feat: Integration of Wallet Adapter for Solana

The Wallet Adapter for Solana wallets has been integrated into the project. chore: Relocation of Dashboard Components to Home

Dashboard components have been moved to the Home section, enhancing organization.

This pull request addresses the following issues:

Issue #40: "Front Refactor for Chain Agnosticism"

This refactor aims to make the frontend chain-agnostic and includes the implementation solana support. Issue #49: "Implementation of Wallet Options for Solana"

This issue focused on creating a solution for wallet options, particularly for Solana integration.