Skip to content

Commit

Permalink
Add Barz Smart Wallet Docs (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerStream3604 authored May 28, 2024
1 parent eafc4e6 commit 8679d94
Show file tree
Hide file tree
Showing 10 changed files with 448 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Trust Developer Documentation

Welcome to the Trust Wallet developer documentation. Here you can find documentation on contributing to Trust Wallet as well as on using Trust Wallet libraries on your own projects.

- [Wallet Core](wallet-core/wallet-core.md)
- [Barz - Smart Wallet](barz-smart-wallet/barz-smart-wallet.md)
- [Developing for Trust Wallet platform](develop-for-trust/develop-for-trust.md)
- [Browser Extension](develop-for-trust/browser-extension/browser-extension.md)
- [Mobile (WalletConnect)](develop-for-trust/mobile/mobile.md)
- [Deep Linking](develop-for-trust/deeplinking/deeplinking.md)
- [Listing new dApps](dapps/listing-guide.md)
- [Listing new assets](assets/new-asset.md)
- [Wallet Core](wallet-core/wallet-core.md)

Want to discuss more? join our [Trust Developers chat](https://t.me/trust_developers) on Telegram.
Want to discuss more? join our [Trust Wallet Developers](https://discord.gg/trustwallet) on Discord.
14 changes: 14 additions & 0 deletions barz-smart-wallet/barz-smart-wallet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Barz. Smart Wallet Solution.

## Introduction
[Barz](https://github.com/trustwallet/barz) is an [ERC 4337](https://eips.ethereum.org/EIPS/eip-4337) compatible Smart Contract Wallet focused on a secure and smarter experience for users through modular, upgradeable, and secure designs.

![Barz](/media/barz-diagram.png)

Check out our blog series for details! [Introducing Barz. Trust Wallet's Smart Wallet Solution](/introducing-barz-trustwallet-smart-wallet-solution.md)

[Github Codebase](https://github.com/trustwallet/barz)

## License

Barz is available under the Apache-2.0 license. See the [LICENSE](https://github.com/trustwallet/barz/blob/main/LICENSE) file for more information.

Large diffs are not rendered by default.

Binary file added media/barz-deployment-initialization-flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/barz-diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/barz-storage-management.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/barz-userop-validation-flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/conventional-proxy-pattern.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/diamond-proxy-pattern.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/louper-barz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8679d94

Please sign in to comment.