Skip to content

Commit 27f1e8d

Browse files
Add getting started page
1 parent e2ba974 commit 27f1e8d

File tree

8 files changed

+3192
-22542
lines changed

8 files changed

+3192
-22542
lines changed

docs/Developers/start.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
import CallToActionButton from '@site/src/components/CallToActionButton';
5+
6+
# Getting Started
7+
## How do I start?
8+
9+
<div>
10+
<CallToActionButton
11+
style={{
12+
display: 'inline-block !important',
13+
}}
14+
icon="material-symbols:counter-1"
15+
color="black"
16+
target="_blank"
17+
link="Guides/whitelistAddress"
18+
text="Explore Chronicle Oracles on Testnet"
19+
/>
20+
21+
{' '}
22+
23+
<div
24+
style={{
25+
display: 'flex',
26+
justifyContent: 'center',
27+
fontSize: '3em',
28+
}}
29+
>
30+
<p>↓</p>
31+
</div>
32+
33+
{' '}
34+
35+
<CallToActionButton
36+
icon="material-symbols:counter-2"
37+
color="black"
38+
target="_blank"
39+
link="https://chroniclelabs.org/dashboard"
40+
text="Integrate Chronicle Oracles on Mainnet"
41+
/>
42+
43+
<div
44+
style={{
45+
display: 'flex',
46+
justifyContent: 'center',
47+
fontSize: '3em',
48+
}}
49+
>
50+
<p>↓</p>
51+
</div>
52+
</div>
53+
54+
<CallToActionButton
55+
icon="material-symbols:counter-3"
56+
color="black"
57+
target="_blank"
58+
link="https://forms.gle/EANjn7THKKieSYaF7"
59+
text="Request a New Oracle/Chain"
60+
/>
61+
Currently, Chronicle Oracles provide real-time data to smart contract applications on nine chains. More ecosystems are coming soon!
62+
63+
To get started, check out the [Getting Read Access to Contracts](docs/Developers/Guides/whitelistAddress.md) guide to learn how to integrate Chronicle Oracles into your dApp.
64+
65+
Once you become familiar with the Testnet, get in touch to request access to the Chronicle Oracles on Mainnet. Chronicle contracts use a whitelist for read protection, so the addresses used for consuming the Oracle data must be whitelisted first. On the Testnet, you can whitelist yourself.
66+
67+
If you want to request an Oracle that is not yet integrated, you could do so using [this form](https://forms.gle/EANjn7THKKieSYaF7) or by writing us a message on [Discord](https://discord.com/invite/CjgvJ9EspJ) via the 🆘|support channel.

docs/Developers/testnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 1
2+
sidebar_position: 2
33
---
44

55
# Testnet Addresses

docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import {themes as prismThemes} from 'prism-react-renderer';
88

99
/** @type {import('@docusaurus/types').Config} */
1010
const config = {
11+
plugins: ['docusaurus-plugin-sass'],
1112
title: 'Chronicle Docs',
1213
tagline: 'Cost-efficient. Verifiable Data.',
1314
favicon: 'img/favicon.ico',

0 commit comments

Comments
 (0)