Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
small fix & link
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranightingale committed Sep 13, 2023
1 parent a84450d commit 55b7eb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
20 changes: 2 additions & 18 deletions docs/onboarding/0 1 Platform Overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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).

Expand All @@ -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.
2 changes: 1 addition & 1 deletion docs/onboarding/3 EVM SDK/2 Getting Started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<Tabs>
<TabItem value="npm" label="npm" default>
Expand Down

0 comments on commit 55b7eb3

Please sign in to comment.