Skip to content

Commit

Permalink
Typo fixes (#70)
Browse files Browse the repository at this point in the history
* rearranged cards

* fixed navigation, updated links

* fixed minter link

* updated naming
  • Loading branch information
JamesLawton authored Apr 16, 2024
1 parent fb20014 commit 6647aba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/pages/solutions/wallets/embedded-wallet/architecture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Sequence Guard is a service hosted by Sequence and contains the other key of the

2 - Authenticating the user: the Sequence Guard will authenticate the user **independently of the Sequence Auth**, it performs this action either by using a 3rd party OAuth 2.0 id token (from Meta, Google, X, etc.) or by directly communicating with the user via email/phone number with an OTP code. The direct communication is not always required and, when it does happen, it's seamless and branded with your project details.

## Threat model
### Threat model

With these safeguards in place wallets are **safe** against the following scenarios:

Expand Down Expand Up @@ -49,7 +49,7 @@ The WaaS Enclave is the only entity able to use the encrypted wallet data. Its s
3. The enclave code is open source and anyone may audit it and verify that the service uses the exact audited version of the source code. [Learn more about verification](/solutions/wallets/embedded-wallet/implementation-details/enclave-verification).

## Simplified Data Flow
Below we illustrate the data flow of a common use case such as signing a transaction via embedded wallets
Below we illustrate the data flow of a common use case such as signing a transaction via embedded wallets.

![data-flow-architecture](/img/diagrams/waas/auth-overview.drawio.svg)

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/solutions/wallets/universal-wallet/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import MintWidget from "../../../../components/MintWidget";

# Wallet

Sequence Wallet gives you a friendly, non-custodial wallet for your users with multi-chain support and seamless integration.
Sequence Universal Wallet gives you a friendly, non-custodial wallet for your users with multi-chain support and seamless integration with a focus on web2.5 or web3 users.

Most wallets for Ethereum have a single private key that has full control over a wallet, i.e. an Externally Owned Account (EOAs).
However, a Sequence wallet is a Smart Contract that is deployed on the blockchain and which can be controlled by multiple private keys.
Expand Down

0 comments on commit 6647aba

Please sign in to comment.