You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/.vitepress/config.mts
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ import VitepressThemeOverride from 'vitepress-plugin-theme-override';
7
7
8
8
// https://vitepress.dev/reference/site-config
9
9
exportdefaultdefineConfig({
10
-
title: "WAX Developer Portal",
11
-
description: "WAX Blockchain Documentation - Resources for developers building on WAX",
10
+
title: "WAX Blockchain Documentation",
11
+
description: "WAX Blockchain Documentation – Your resource hub for developers, creators, and project to build, launch, and learn everything about WAX, NFTs, and the ecosystem.",
Copy file name to clipboardExpand all lines: docs/.vitepress/locales/es/lang.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@ import footer from './components/footer'
5
5
exportdefault{
6
6
label: 'Spanish',
7
7
lang: 'es-ES',
8
-
title: 'WAX Blockchain Documentation',
9
-
description: 'Portal para desarrolladores en WAX Blockchain',
8
+
title: 'Documentación de la WAX Blockchain',
9
+
description: 'Documentación de WAX Blockchain: tu centro de recursos para desarrolladores, creadores y proyectos para crear, lanzar y aprender todo sobre WAX, NFT y el ecosistema.',
details: Empowering developers like you to build innovative applications, NFT marketplaces, decentralized finance (DeFi) tools, and community-driven experiences on the WAX blockchain.
28
+
details: Guiding developers and creators to build innovative dApps, NFT collections, GameFi projects, and DeFi solutions on the carbon-neutral WAX Blockchain.
29
29
- title: Resources
30
-
details: From detailed documentation and tutorials to practical examples and best practices, we've got you covered.
30
+
details: Comprehensive guides, code examples, and best practices tailored for both technical developers and creative professionals entering the WAX ecosystem.
31
31
- title: Explore
32
-
details: Explore the fundamental concepts of the WAX blockchain, learn about its consensus mechanism, understand the role of the WAXP token, and discover how to leverage WAX's governance and interoperability features.
32
+
details: Navigate WAX's powerful infrastructure, learn its unique consensus model, tokenomics, and creator-friendly tools designed to bring your Web3 vision to life.
Copy file name to clipboardExpand all lines: docs/en/build/cloud-wallet/waxjs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: WaxJS Overview
3
3
---
4
4
5
-
# wax.js
5
+
# WaxJS
6
6
7
7
**WaxJS** is a Javascript library that connects to My Cloud Wallet to sign in users and execute smart contract transactions, without requiring an external wallet (e.g., Scatter). Similar to the standard OAuth 2.0 flow, users simply allow your dApp to access their WAX Blockchain Account name. Once your dApp's been authorized, users can approve your smart contract transactions from their My Cloud Wallet Account.
0 commit comments