Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 0 additions & 112 deletions docs/base-account/guides/accept-payments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,62 +20,6 @@ USDC on Base is a fully-backed digital dollar that settles in seconds and costs

If you intend on using the BasePayButton, please follow the [Brand Guidelines](/base-account/reference/ui-elements/brand-guidelines) to ensure consistency across your application.

<div style={{ display: 'flex', justifyContent: 'center' }}>
<button
type="button"
style={{
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
padding: '12px 16px',
backgroundColor: '#ffffff',
border: 'none',
borderRadius: '8px',
cursor: 'pointer',
fontFamily: 'system-ui, -apple-system, sans-serif',
minWidth: '180px',
height: '44px'
}}
>
<img
src="/images/base-account/BasePayBlueLogo.png"
alt="Base Pay"
style={{
height: '20px',
width: 'auto'
}}
/>
</button>
</div>
<br />
<div style={{ display: 'flex', justifyContent: 'center' }}>
<button
type="button"
style={{
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
padding: '12px 16px',
backgroundColor: '#0000FF',
border: 'none',
borderRadius: '8px',
cursor: 'pointer',
fontFamily: 'system-ui, -apple-system, sans-serif',
minWidth: '180px',
height: '44px'
}}
>
<img
src="/images/base-account/BasePayWhiteLogo.png"
alt="Base Pay"
style={{
height: '20px',
width: 'auto'
}}
/>
</button>
</div>

</Warning>

## Client-side (Browser SDK)
Expand Down Expand Up @@ -187,62 +131,6 @@ See full props and theming options in the [Button Reference](/base-account/refer
**Please Follow the Brand Guidelines**

If you intend on using the BasePayButton, please follow the [Brand Guidelines](/base-account/reference/ui-elements/brand-guidelines) to ensure consistency across your application.

<div style={{ display: 'flex', justifyContent: 'center' }}>
<button
type="button"
style={{
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
padding: '12px 16px',
backgroundColor: '#ffffff',
border: 'none',
borderRadius: '8px',
cursor: 'pointer',
fontFamily: 'system-ui, -apple-system, sans-serif',
minWidth: '180px',
height: '44px'
}}
>
<img
src="/images/base-account/BasePayBlueLogo.png"
alt="Base Pay"
style={{
height: '20px',
width: 'auto'
}}
/>
</button>
</div>
<br />
<div style={{ display: 'flex', justifyContent: 'center' }}>
<button
type="button"
style={{
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
padding: '12px 16px',
backgroundColor: '#0000FF',
border: 'none',
borderRadius: '8px',
cursor: 'pointer',
fontFamily: 'system-ui, -apple-system, sans-serif',
minWidth: '180px',
height: '44px'
}}
>
<img
src="/images/base-account/BasePayWhiteLogo.png"
alt="Base Pay"
style={{
height: '20px',
width: 'auto'
}}
/>
</button>
</div>
</Warning>

## Test on Base Sepolia
Expand Down
16 changes: 0 additions & 16 deletions docs/base-account/guides/authenticate-users.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ Base Accounts build on those standards so you can reuse any SIWE tooling – whi

If you intend on using the `SignInWithBaseButton`, please follow the [Brand Guidelines](/base-account/reference/ui-elements/brand-guidelines) to ensure consistency across your application.

<div style={{ display: 'flex', justifyContent: 'center' }}>
<SignInWithBaseButton />
</div>
<br />
<div style={{ display: 'flex', justifyContent: 'center' }}>
<SignInWithBaseButton colorScheme="dark" />
</div>

</Warning>

## High-level flow
Expand Down Expand Up @@ -199,12 +191,4 @@ See full props and theming options in the [Button Reference](/base-account/refer

If you intend on using the `SignInWithBaseButton`, please follow the [Brand Guidelines](/base-account/reference/ui-elements/brand-guidelines) to ensure consistency across your application.

<div style={{ display: 'flex', justifyContent: 'center' }}>
<SignInWithBaseButton />
</div>
<br />
<div style={{ display: 'flex', justifyContent: 'center' }}>
<SignInWithBaseButton colorScheme="dark" />
</div>

</Warning>
2 changes: 1 addition & 1 deletion docs/base-account/overview/what-is-base-account.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Base Account Overview"
description: "What is a Base Account and how the Base Account SDK lets you add universal sign-in and one-tap USDC payments to any app."
---

> **TL;DR** – Base Accounts are the onchain identity and account layer powering The Base App. With the **Base Account SDK** you can connect to over one hundred thousand users and unlock authentication and payments with just a few lines of code.
> **TL;DR** – Base Accounts are the onchain identity and account layer powering the [Base App](https://base.app). With the **Base Account SDK** you can connect to over one hundred thousand users and unlock authentication and payments with just a few lines of code.

## What is a Base Account?

Expand Down
4 changes: 1 addition & 3 deletions docs/base-account/reference/core/getCryptoKeyAccount.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ description: "Retrieve the current crypto key account associated with the user's

Defined in the [Base Account SDK](https://github.com/base/account-sdk)

<Info>
Retrieves the current crypto key account associated with the user's session. Crypto keys are used as the default local signer implementation for sub accounts.
</Info>


## Parameters

Expand Down
1 change: 0 additions & 1 deletion docs/base-account/reference/core/sdk-utilities.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ if (existingKeyPair) {

### [getCryptoKeyAccount](/base-account/reference/core/getCryptoKeyAccount)

Retrieves the current crypto account associated with the user's session. This is the primary function for accessing account information.

```tsx
import { getCryptoKeyAccount } from '@base-org/account';
Expand Down
8 changes: 4 additions & 4 deletions docs/base-account/reference/ui-elements/brand-guidelines.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Base account offers two buttons to use in your application:

Integrating "Sign in With Base" offers a convenient and trusted way for users to access your services. By leveraging their established Base account, users can avoid creating and remembering new credentials, leading to a smoother onboarding and login process.

<div style={{ display: 'flex', justifyContent: 'center' }}>
<div style={{ display: 'flex', justifyContent: 'center', backgroundColor: '#000000', padding: '20px', borderRadius: '8px' }}>
<SignInWithBaseButton />
</div>
<br />
<div style={{ display: 'flex', justifyContent: 'center' }}>
<div style={{ display: 'flex', justifyContent: 'center', backgroundColor: '#ffffff', padding: '20px', borderRadius: '8px' }}>
<SignInWithBaseButton colorScheme="dark" />
</div>

Expand Down Expand Up @@ -108,7 +108,7 @@ For detailed technical integration steps and API references, please refer to the

Integrating "Base Pay" offers one-click checkout for users with a Base Account. Integrate it into your product for easy purchase power for online and offline goods.

<div style={{ display: 'flex', justifyContent: 'center' }}>
<div style={{ display: 'flex', justifyContent: 'center', backgroundColor: '#000000', padding: '20px', borderRadius: '8px' }}>
<button
type="button"
style={{
Expand Down Expand Up @@ -136,7 +136,7 @@ Integrating "Base Pay" offers one-click checkout for users with a Base Account.
</button>
</div>
<br />
<div style={{ display: 'flex', justifyContent: 'center' }}>
<div style={{ display: 'flex', justifyContent: 'center', backgroundColor: '#ffffff', padding: '20px', borderRadius: '8px' }}>
<button
type="button"
style={{
Expand Down