Skip to content

Commit 1b18e04

Browse files
author
hard-nett
committed
bump readme
1 parent d1d12c0 commit 1b18e04

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

README.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# USB: Account Module To Interact With Jackal Protocol
22

3-
The `usb-plugin` is a module app designed for accounts to interact with Jackal Protocol storage providers, in order to power an extremely convenient UX for users & developers to interact with jackal from any cosmwasm chain!
3+
The `usb-plugin` is a module app designed for accounts to interact with Jackal Protocol, in order to power an extremely convenient UX for users & developers who desire to save files with Jackal.
4+
5+
## Differnce Between Usb-Plugin & Usb-Adapter
6+
7+
### Usb-Plugin
8+
The **Usb-Plugin** is instantiated for each Account individually and is migratable. Usb-Plugins is allowed to perform the actions as the Account, and can integrate with other Apps and Adapters installed on the Account. To learn more about Abstract Accounts, please see the [abstract accounts documentation](https://docs.abstract.money/3_framework/3_architecture.html). To read more about apps, please see the [app module documentation](https://docs.abstract.money/3_framework/6_module_types.html).
9+
10+
11+
### Usb Adapter
12+
Unlike The Usb-Plugin, the Usb-Adapter is shared between accounts.
13+
14+
The **Usb-Adapter** serves as standard interface to extend the compatability with an Account and its storage options. The key function of an **Usb-Adapter** is to generalize functionality. **This currently is unimplemented**, however a goal for the adapter can be to generalize encryption schemes for various file storage methods.
415

5-
## Differene Between Usb-Plugin & Usb-Adapter
6-
The Usb-Plugin is instantiated for each Account individually and is migratable. Usb-Plugins are allowed to perform actions on Abstract Accounts and can integrate with other Apps and Adapters installed on the Account. To learn more about Abstract Accounts, please see the [abstract accounts documentation](https://docs.abstract.money/3_framework/3_architecture.html). To read more about apps, please see the [app module documentation](https://docs.abstract.money/3_framework/6_module_types.html).
716

817
## Using the Justfile
918

contracts/usb/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# USB-Plugin

0 commit comments

Comments
 (0)