Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 2.02 KB

README.md

File metadata and controls

63 lines (42 loc) · 2.02 KB
description cover coverY layout
An open-source ERC-4337 bundler implementation in Rust
.gitbook/assets/banner.png
0
cover title description tableOfContents outline pagination
visible size
true
hero
visible
true
visible
true
visible
true
visible
true
visible
true

Silius

Account Abstraction has for a long time been a dream of the Ethereum developer community.

- Vitalik Buterin

Introduction

Silius is an ERC-4337 (account abstraction) bundler implementation in a highly efficient and safe programming language Rust. But there's more; it's design and architecture are:

  • modular - architecture is split into multiple components, enabling you to run just what you need
  • reusable - everything is implemented as Rust crates, making it possible to use different pieces in your project as building blocks
  • efficient - 🦀

Links

Check the code on GitHub!

Learn more about it here.

Join the community!

Join the community and contribute to the account abstraction ecosystem in our Telegram group!

Contributions

Any contribution is more than welcome, hop on GitHub and check what needs to be build!

Ethereum dev staring at the foundation Silius is building...

Authors

You can find the authors in the README file.

Donations

Silius is an open-source project and a public good. If you want to help the project, you can send donations of any size via:

  • Ethereum address: 0x7cB801446AC4f5EA8f7333EFc58ab787eB611558

License

This project is dual-licensed under Apache 2.0 and MIT terms.