-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔄 synced file(s) with circlefin/modularwallets-web-sdk-internal (#4)
synced local file(s) with [circlefin/modularwallets-web-sdk-internal](https://github.com/circlefin/modularwallets-web-sdk-internal). <details> <summary>Changed files</summary> <ul> <li>synced local directory <code>examples/</code> with remote directory <code>examples/</code></li><li>synced local directory <code>packages/</code> with remote directory <code>packages/</code></li><li>synced local <code>yarn.lock</code> with remote <code>yarn.lock</code></li> </ul> </details> --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#12821088094](https://github.com/circlefin/modularwallets-web-sdk-internal/actions/runs/12821088094)
- Loading branch information
1 parent
806322e
commit 1e6a689
Showing
9 changed files
with
72 additions
and
25 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
# W3S Web SDK Core Package | ||
# Modular Wallets Web SDK | ||
|
||
## Overview | ||
|
||
Modular Wallets is a smart wallet solution built on top of Account Abstraction and adheres to the ERC-6900 and ERC-4337 standards. | ||
The Web SDK implements [Viem](https://viem.sh/docs/clients/intro)’s interfaces, and allows you to build secure and scalable web applications using our robust [blockchain infrastructures](https://developers.circle.com/w3s/programmable-wallets-blockchain-infra), including Indexing Service and Gas Station. You can also leverage the advanced [Passkey](https://developers.circle.com/w3s/modular-wallets-passkey) technology for private key management. | ||
Check out our [quickstart guide](https://developers.circle.com/w3s/modular-wallets-quickstart) to create your first Modular Wallet and send a gasless transaction. | ||
|
||
## Installation | ||
|
||
```bash | ||
npm install @circle-fin/modular-wallets-core | ||
``` | ||
|
||
## Documentation | ||
|
||
- [Modular Wallets SDKs](https://developers.circle.com/w3s/modular-wallets-sdks) | ||
- [Web SDK API doc](https://developers.circle.com/w3s/modular-wallets-web-sdk) | ||
|
||
## Examples | ||
|
||
We've created some example apps in the [examples](https://github.com/circlefin/modularwallets-web-sdk/tree/master/examples) folder: | ||
|
||
- [circle-smart-account](https://github.com/circlefin/modularwallets-web-sdk/tree/master/examples/circle-smart-account) |
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
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
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
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