Skip to content

Commit 8cedfa7

Browse files
committed
Merge branch 'main' into dev
2 parents 6316d66 + 483fee9 commit 8cedfa7

File tree

86 files changed

+335
-302
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+335
-302
lines changed

docs/auth-index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ hide:
2626
2727
{==
2828
29-
This documentation contains everything you need to get started using [[introduction|{{config.extra.arcana.company_name}} SDKs]].
29+
This documentation contains everything you need to get started using [[introduction|{{config.extra.arcana.sdk_name}}]].
3030
3131
==}
3232
-->
@@ -53,14 +53,14 @@ This documentation contains everything you need to get started using [[introduct
5353

5454
=== "Web3 Developers"
5555

56-
Integrate Web3 apps with Arcana SDKs to onboard users quickly via [[concept-social-login|social login]].
56+
Integrate Web3 apps with {{config.extra.arcana.sdk_name}} and quickly onboard users via [[concept-social-login|social login]].
5757

5858

5959
{==
6060

6161
**TL;DR**
6262

63-
Head to the [Quick start](#quick-start) section. You can also try the [SDK Playground](#sdk-playground).
63+
Head to the [Quick start](#quick-start) section. You can also try the [Auth Playground](#auth-playground).
6464

6565
==}
6666

docs/auth/custom-wallet-ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ During app integration with {{config.extra.arcana.sdk_name}}, an `AuthProvider`
9494

9595
...
9696

97-
// Once user approves, issue the request via the Arcana Auth SDK to sign transaction
97+
// Once user approves, issue the request via the {{config.extra.arcana.sdk_name}} to sign transaction
9898

9999
const { sig } = await arcanaProvider.request({
100100
method: 'eth_sign',

docs/auth/integrate/mvx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Integrate {{page.meta.arcana.app_type}} apps with [{{config.extra.arcana.sdk_nam
1717

1818
## Prerequisites
1919

20-
* [[mvx-dashboard-user-guide|Register]] the {{page.meta.arcana.app_type}} app and configure SDK usage [[index-config-social-providers|settings for social login]] providers, manage app [[configure-wallet-chains|manage app chains]] and [[index-setup-wallet|wallet user experience]].
20+
* [[mvx-dashboard-user-guide|Register]] the {{page.meta.arcana.app_type}} app and configure the {{config.extra.arcana.sdk_name}} usage [[index-config-social-providers|settings for social login]] providers, manage app [[configure-wallet-chains|manage app chains]] and [[index-setup-wallet|wallet user experience]].
2121

2222
{% include "./text-snippets/non-evm-warning.md" %}
2323

2424
{% include "./text-snippets/mvx_shard.md" %}
2525

2626
## 1. Install
2727
28-
Depending upon the [[web3-stack-apps|app type]], you may need to [[sdk-installation|install one or more SDKs]] and the integration code may vary from one app type to another.
28+
Depending upon the [[web3-stack-apps|app type]], you may need to [[sdk-installation|install one or more {{config.extra.arcana.sdk_name}} flavors]] and the integration steps may vary.
2929

3030
## 2. Integrate App
3131

docs/auth/onboard/react-nextjs/custom-ui/build-idm/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
alias: index-react-nextjs-build-iam-providers
33
title: 'IAM Provider: Custom Login UI'
4-
description: 'List of IAM Providers that are supported by Arcana Auth and how to build user authentication for onboarding React/Next.js Web3 app users in apps integrated with the Arcana SDK.'
4+
description: 'List of IAM Providers that are supported by Arcana Auth SDK and instructions on how to build user authentication for onboarding React/Next.js Web3 app users in apps integrated with the Arcana Auth SDK.'
55
arcana:
66
root_rel_path: ../../../../..
77
---

docs/auth/onboard/react-nextjs/custom-ui/build-social/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
alias: index-react-nextjs-build-social-providers
33
title: 'Social Login Provider: Custom Login UI'
4-
description: 'List of Social Login Providers supported by Arcana Auth. Learn how developers can onboard app users with a custom login UI and enable social authentication in apps integrated with the Arcana SDK.'
4+
description: 'List of Social Login Providers supported by Arcana Auth. Learn how developers can onboard app users with a custom login UI and enable social authentication in apps integrated with the Arcana Auth SDK.'
55
arcana:
66
root_rel_path: ../../../../..
77
app_type: "React/Next.js"

docs/auth/onboard/vanilla/custom-ui/build-idm/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
alias: index-build-iam-providers
33
title: 'IAM Auth'
4-
description: 'List of IAM Providers that are supported by Arcana Auth and how to build user authentication for onboarding Vanilla HTML/CSS/JS Web3 app users in apps integrated with the Arcana SDK.'
4+
description: 'List of IAM Providers that are supported by Arcana Auth and how to build user authentication for onboarding Vanilla HTML/CSS/JS Web3 app users in apps integrated with the Arcana Auth SDK.'
55
arcana:
66
root_rel_path: ../../../../..
77
---

docs/auth/onboard/vanilla/custom-ui/build-social/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
alias: index-build-social-providers
33
title: 'Social Login Providers: Custom Login UI'
4-
description: 'List of Social Authentication Providers supported by Arcana Auth. Learn how developers can onboard app users with a custom login UI and enable social authentication in apps integrated with the Arcana SDK.'
4+
description: 'List of Social Authentication Providers supported by Arcana Auth. Learn how developers can onboard app users with a custom login UI and enable social authentication in apps integrated with the Arcana Auth SDK.'
55
arcana:
66
root_rel_path: ../../../../..
77
app_type: "Vanilla HTML/CSS/JS"

docs/auth/onboard/vue/custom-ui/build-idm/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
alias: index-vue-build-iam-providers
33
title: 'IAM Providers: Custom Login UI'
4-
description: 'List of IAM Providers that are supported by Arcana Auth and how to build user authentication for onboarding Vue Web3 app users in apps integrated with the Arcana SDK.'
4+
description: 'List of IAM Providers that are supported by Arcana Auth and how to build user authentication for onboarding Vue Web3 app users in apps integrated with the Arcana Auth SDK.'
55
arcana:
66
root_rel_path: ../../../../..
77
---

docs/auth/onboard/vue/custom-ui/build-social/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
alias: index-vue-build-social-providers
33
title: 'Social Login Providers: Custom Login UI'
4-
description: 'List of Social Authentication Providers supported by Arcana Auth. Learn how developers can onboard app users with a custom login UI and enable social authentication in apps integrated with the Arcana SDK.'
4+
description: 'List of Social Authentication Providers supported by Arcana Auth. Learn how developers can onboard app users with a custom login UI and enable social authentication in apps integrated with the Arcana Auth SDK.'
55
arcana:
66
root_rel_path: ../../../../..
77
app_type: "Vue"

docs/ca/ca-demo.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ arcana:
99

1010
# CA Demo
1111

12-
To showcase the unified balance feature, we've built chain abstraction into the [standalone Arcana CA Wallet](https://chromewebstore.google.com/detail/arcana-wallet/nieddmedbnibfkfokcionggafcmcgkpi). Click on the tab below to view the demo video for these supported apps:
12+
To showcase the unified balance feature, we've built chain abstraction into the [standalone {{config.extra.arcana.company_name}} CA Wallet](https://chromewebstore.google.com/detail/arcana-wallet/nieddmedbnibfkfokcionggafcmcgkpi). Click on the tab below to view the demo video for these supported apps:
1313

1414
=== "Aave"
1515

@@ -35,12 +35,12 @@ To showcase the unified balance feature, we've built chain abstraction into the
3535

3636
<iframe width="70%" height="350" src="https://www.youtube.com/embed/biuicLEBT7c" allowfullscreen></iframe>
3737

38-
Developers can integrate the Arcana CA SDK with other Web3 apps to let users spend [[ca-top#unified-balance|unified balance]] across chains.
38+
Developers can integrate the {{config.extra.arcana.ca_sdk_name}} with other Web3 apps to let users spend [[ca-top#unified-balance|unified balance]] across chains.
3939

4040
[:material-presentation-play:{ .icon-color} CA SDK Demo](https://sdk.arcana.network){ .md-button }
4141

4242
!!! an-tip "Have a Web3 app?"
4343

44-
*Got a demo of your app integrated with the Arcana CA SDK?*
44+
*Got a demo of your app integrated with the {{config.extra.arcana.ca_sdk_name}}?*
4545
46-
**Submit** a youtube link, and we'll feature it here!
46+
**Submit** a YouTube link, and we'll feature it here!

0 commit comments

Comments
 (0)