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/contracts-sdk/overview.md
-124Lines changed: 0 additions & 124 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,6 @@ sidebar_label: Overview
6
6
7
7
The `@oaknetwork/contracts-sdk` package is a TypeScript SDK for interacting with Oak Network smart contracts. It provides a type-safe client with full read/write access to all Oak protocol contracts, built on top of [viem](https://viem.sh).
8
8
9
-
import MermaidDiagram from '@site/src/components/MermaidDiagram';
10
-
11
9
:::tip Testnet first
12
10
Start by pointing the SDK at Celo Sepolia testnet (`CHAIN_IDS.CELO_TESTNET_SEPOLIA`) to experiment without risking real funds.
13
11
:::
@@ -16,58 +14,6 @@ Start by pointing the SDK at Celo Sepolia testnet (`CHAIN_IDS.CELO_TESTNET_SEPOL
16
14
You need deployed contract addresses to use this SDK — including factory addresses (for example `CampaignInfoFactory`, `TreasuryFactory`) and any protocol contracts you call through the client. The SDK interacts with Oak Network smart contracts that must already be deployed on-chain. To get your contract addresses and sandbox environment access, contact our team at [support@oaknetwork.org](mailto:support@oaknetwork.org).
Copy file name to clipboardExpand all lines: docs/contracts-sdk/quickstart.md
+1-33Lines changed: 1 addition & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,6 @@
1
1
# Quickstart
2
2
3
-
Deploy your first on-chain crowdfunding campaign using Oak Network's Contracts SDK. This guide walks you from zero to a working contract interaction in under 5 minutes.
4
-
5
-
import MermaidDiagram from '@site/src/components/MermaidDiagram';
-[Security](/docs/security/overview) - Security architecture and audits
53
51
54
52
## Get Started
55
53
56
-
Ready to build? Start with [Choose Your Integration Path](/docs/guides/integration-overview) to find the right approach for your platform, or jump straight into [Create Your First Campaign](/docs/guides/create-campaign) to get started in minutes.
54
+
Ready to build? Check out our [Create Your First Campaign](/docs/guides/create-campaign) guide or explore our [Platform Integration](/docs/guides/platform-integration) documentation.
0 commit comments