Skip to content

Commit

Permalink
GITBOOK-81: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerbot authored and gitbook-bot committed May 30, 2023
1 parent a68a04c commit 98c4937
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/getting-started/create-an-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The Client Secret is only shared once so, if you missed it you can click the "ro

<div>

<figure><img src="../.gitbook/assets/Application Detail - Dashboard (2).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../.gitbook/assets/Application Detail - Dashboard.png" alt=""><figcaption></figcaption></figure>



Expand Down
17 changes: 16 additions & 1 deletion docs/platform/console/blockchain.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Ethereum account abstraction and user deposit vault accounts provide secure and

For more information read our guide: [using-smart-contract-wallets.md](../../guides/using-smart-contract-wallets.md "mention")

## Preferred Paymasters
## Preferred Account Abstraction Providers

A paymaster is a service that facilitates sponsorship of gas fees for ERC 4337 smart contract wallets. You can read up about it more [here](https://www.stackup.sh/blog/what-are-paymasters).

Expand All @@ -25,3 +25,18 @@ Your paymaster credentials will only be used to sponsor registration of session
### [ZeroDev](https://zerodev.app)

To configure ZeroDev with your Rollup ID app you will need create a project and copy the project id into the applications.

## Interested in becoming an Account Abstraction Provider

Please answer the following questions to see if you qualify:

* [ ] Do you have an SDK or API?
* Does your SDK use `fetcher`? (We do not support `XMLHttpRequest` and therefore do cannot integrate your SDK) OR
* Can your service be used with API calls?
* [ ] Are your smart contracts 4337 compatible?
* Do you have a smart contract factory to generate the same smart contract wallet address across all chains?
* Does your smart contract wallet support session key registration?
* Does your smart contract wallet support session key revocation?
* Does your service help customers sponsor gas fees?

If you can answer yes to these questions please reach out to the team on [Discord](https://discord.gg/rollupid).
2 changes: 1 addition & 1 deletion docs/platform/passport.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The authentication step takes care of identifying profiles on the [Profile Graph

Once authenticated the user will the be redirected to the authorization screen.

<figure><img src="../.gitbook/assets/MacBook Pro 14_ - 1.png" alt=""><figcaption></figcaption></figure>
<figure><img src="../.gitbook/assets/MacBook Pro 14_ - 1 (1).png" alt=""><figcaption></figcaption></figure>

Passport's authentication flow currently supports the following authentication methods and are configurable for your app [Console](console/):

Expand Down

0 comments on commit 98c4937

Please sign in to comment.