-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
sidebar_position: 6 | ||
--- | ||
# Demo dApps | ||
|
||
## [Token Price Aggregator](https://xyo.network/dapp/price-aggregator) | ||
|
||
See the up-to-date prices of tokens. | ||
|
||
## [Uniswap Pair Renderer](https://xyo.network/dapp/uniswap-pairs) | ||
|
||
View information about a Uniswap Pair. | ||
|
||
## [Gas Price Aggregator](https://xyo.network/dapp/gas-price-aggregator) | ||
|
||
Find out what the current gas prices are on the Ethereum network. | ||
|
||
|
||
{/* import {GasPriceAggregatorDemo} from './GasPriceAggregator' */} | ||
|
||
{/*<GasPriceAggregatorDemo/>*/} |
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
sidebar_position: 4 | ||
--- | ||
# Custom Modules | ||
|
||
## Witness | ||
|
||
## Diviner | ||
|
||
## Archivist | ||
|
||
## Sentinel | ||
|
||
## Bridge |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
sidebar_position: 7 | ||
--- | ||
# XYO in Existing Applications | ||
|
||
To use the unique functionality of XYO, you do not need to build your entire solution as a dApp or on the XYO Platform. You can easily add functionlaity to existing applications. | ||
|
||
## React | ||
|
||
## NodeJS | ||
|
||
## iOS | ||
|
||
## Android | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
sidebar_position: 4 | ||
--- | ||
|
||
# Developing with XYO | ||
|
||
## Concepts | ||
|
||
Learn more about core [concepts](./concepts) of XYO | ||
|
||
## Custom Modules | ||
|
||
Learn more about building your own [custom modules](./custom-modules) for XYO |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
# Setup Development Environment | ||
If you're ready to add XYO to the project you're working on, there's a few steps you'll need to complete. Want to learn more about XYO before adding it directly to your project? Head over to our [**Getting Started Guide**](/getting-started-developer/quickstart) | ||
|
||
Let's discover **XYO Platform in less than 5 minutes**. | ||
|
||
<!-- External component --> | ||
import { InstallXyoOptions } from './components/installation'; | ||
|
||
<InstallXyoOptions/> |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
sidebar_position: 2 | ||
--- | ||
|
||
# Getting Started with XYO | ||
|
||
## In-Browser Node | ||
|
||
The quickest way to get started with XYO is to use an in-browser node by going to [node.xyo.network](https://node.xyo.network). | ||
|
||
## dApps | ||
|
||
## System dApps | ||
|
||
## Install XYO | ||
|
||
You can move the Node that you are using in the Browser to your Desktop or your Mobile device with one simple click. |