-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.6.0 EVM #216
Merged
v1.6.0 EVM #216
Conversation
This file contains 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
Member
TheTrunk
commented
Jul 11, 2024
•
edited
Loading
edited
- Ethereum chain support
- Ethereum implementation features state of the art Schnorr Multi Signature account abstraction accounts following ERC4337.
- SSP is the first wallet to ever introduce true multi signature accounts to Ethereum without the need of having standard EOA account! That is a major achievement for entire Ethereum, EVM ecosystem especially on the security side.
- We have built the Schnorr Multi Signature Account Abstraction typescript library to be fully open sourced - same as entire SSP, available on npm following latest innovations. We encourage anyone to use the library as well and welcoming any contribution
- https://github.com/RunOnFlux/account-abstraction
- https://www.npmjs.com/package/@runonflux/aa-schnorr-multisig-sdk https://www.npmjs.com/package/@runonflux/account-abstraction
- Ethereum Main chain and Sepolia Testnet support
- Current assets supported: native ETH, tokens: USDC, USDT, FLUX
- We plan to expand on the implementation soon to other chains as well as adding support for many more tokens, custom imported tokens and connectivity options
- Dark mode support
- SSP will follow system settings to switch between dark and light mode
- Dependencies update
- Various minor improvements
- Bug fixes
add tsx for testing ts better icons import begin evm integration generate evm ram keypairs generate offline evm multisig address
load balances from storage
tokenbox
token info expand
correct libid
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.