From 55b7eb36a4394e69dab9afacee9fe0041b6d636b Mon Sep 17 00:00:00 2001 From: ciaranightingale Date: Wed, 13 Sep 2023 13:12:16 +0100 Subject: [PATCH] small fix & link --- docs/onboarding/0 1 Platform Overview.mdx | 20 ++----------------- .../3 EVM SDK/2 Getting Started.mdx | 2 +- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/docs/onboarding/0 1 Platform Overview.mdx b/docs/onboarding/0 1 Platform Overview.mdx index 99ba7cfae..de763f078 100644 --- a/docs/onboarding/0 1 Platform Overview.mdx +++ b/docs/onboarding/0 1 Platform Overview.mdx @@ -24,7 +24,7 @@ Our tool suite accelerates your development workflow across the smart contract, alt="platform-overview" /> -### Smart Contracts +## Smart Contracts Smart contracts serve as the foundational building blocks for any decentralized application. We conduct audits on our [pre-built contracts](/explore) to ensure the highest quality and security level. @@ -36,7 +36,7 @@ Whether you're deploying your smart contract, without using a private key, with it streamlines the first steps of decentralized development. Upon deployment, using [**Dashboard**](/dashboard), you can easily manage your smart contract and track its performance through **Data Feeds**. -### Applications +## Applications thirdweb offers [software development kits](/sdk) (SDKs) that allow seamless integration with your smart contract when developing applications or games using popular programming languages such as [React](/react), [React Native](/react-native), [TypeScript](/typescript), [Python](/python), [Go](/go), and [Unity](/unity). @@ -52,19 +52,3 @@ thirdweb offers a comprehensive suite of tools and technologies to facilitate th In addition, we provide built-in [storage solutions](/storage) and RPCs to optimize application performance and decentralization. Our indexer and Data Feeds enable easy integration of your contract's data into your application. Our [Auth SDK](/auth) is designed to support decentralized login and seamless integration with client and server frameworks. This feature allows developers to build secure and user-friendly decentralized applications that can easily be deployed and integrated with other applications. - -## Solutions - -We are committed to providing complete toolkits for developers across various industries, -including gaming, e-commerce, finance, art, social media, and more. Our solutions toolkits incorporate -a range of tools and technologies, proprietary and in partnership with industry leaders. - -[GamingKit](/gamingkit), developed in partnership with Coinbase, offers a streamlined approach to building blockchain-based games. -It includes pre-built contracts such as Marketplace, Multiwrap, Packs, Tokens, and more, and a [Unity SDK](/unity) to build your game. -GamingKit also enables easy fiat on-ramp solutions via Coinbase Pay. - -Similarly, [CommerceKit](/commercekit), developed in collaboration with Shopify, enables the creation of blockchain-based storefronts that can reward customers with digital assets. -The toolkit includes features for enabling token-gated commerce, loyalty programs, and easy configuration tools for digital collectible sales/royalty fees. - -Our Minting solution enables creative minting mechanics and managing digital assets created on both EVM Contracts and Solana's programs. -It includes tools for signature-based minting, releasing collections of unique NFTs, wrapping tokens into newly wrapped NFTs, randomized loot boxes, and more. diff --git a/docs/onboarding/3 EVM SDK/2 Getting Started.mdx b/docs/onboarding/3 EVM SDK/2 Getting Started.mdx index ebe686fa7..25c7a8e32 100644 --- a/docs/onboarding/3 EVM SDK/2 Getting Started.mdx +++ b/docs/onboarding/3 EVM SDK/2 Getting Started.mdx @@ -42,7 +42,7 @@ To create a new project, use the thirdweb `create` command to setup a front-end ## 2. Add to an Existing Project -To add to an existing project, install the relevant package(s) and import into the desired files. For example, to install the React & TypeScript SDKs youd run the following command: +To add to an existing project, install the relevant package(s) and import into the desired files. For example, to install the [React](/react) and [TypeScript SDKs](/typescript), run the following command: