-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add infrastructure folder for espace (#303)
* add infrastructure folder for espace --------- Co-authored-by: darwintree <17946284+darwintree@users.noreply.github.com>
- Loading branch information
1 parent
a0afbd8
commit a209572
Showing
15 changed files
with
96 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
sidebar_position: 1 | ||
sidebar_position: 11 | ||
title: CIP-90 | ||
displayed_sidebar: eSpaceSidebar | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
sidebar_position: 1 | ||
title: RPC Providers | ||
displayed_sidebar: eSpaceSidebar | ||
--- | ||
|
||
Conflux eSpace also offers its own RPC Providers, similar to those like Infura, Alchemy, and QuickNode. These can be utilized to connect to the Conflux eSpace network. | ||
|
||
## [Unifra](https://unifra.io/) | ||
|
||
[Unifra](https://unifra.io/) offers an open infrastructure accessible to everyone, providing reliable infrastructure services to all Web3 developers. Their node service already includes support for the Conflux eSpace network. | ||
They offer a stable and user-friendly RPC service, which can be utilized to connect to the Conflux eSpace network. | ||
|
||
Unifra also provides a free-to-use RPC endpoint: | ||
|
||
Network | Chain ID | RPC Endpoint URL | Explorer | ||
-------- | ----------------------- | ------------ |------------ | ||
[Mainnet](#mainnet) | 1030 (0x406) | <https://conflux-espace-public.unifra.io> | <https://evm.confluxscan.net> | ||
|
||
You can also buy **a higher tier RPC service** from Unifra at it [console dashboard](https://console.unifra.io/). | ||
|
||
## Confura | ||
|
||
[Confura](../../network-endpoints) is an RPC service offered by the Conflux Foundation. This public RPC service is available at no cost. However, if the rate limit does not meet your development needs, you can apply for a higher-tier RPC service by contacting the Conflux Foundation via email at [bd@confluxnetwork.org](mailto:bd@confluxnetwork.org). | ||
|
||
## FAQs | ||
|
||
### Does Infura, Alchemy, Quick, etc. support Conflux eSpace network? | ||
|
||
Currently, they don't support Conflux eSpace network. But we are working with them to support Conflux eSpace network. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_position: 2 | ||
title: The Graph | ||
displayed_sidebar: eSpaceSidebar | ||
--- | ||
|
||
[The Graph](https://thegraph.com/) serves as a premier blockchain data indexing and querying solution for EVM (Ethereum Virtual Machine) compatible chains. While Conflux eSpace is not directly supported by The Graph, its full EVM compatibility enables the use of The Graph on Conflux eSpace. | ||
|
||
To utilize The Graph within Conflux eSpace, it's necessary to establish a The Graph node and subsequently create subgraphs. Comprehensive guides are available for [how to set up a The Graph node](./setup-graph-node.md) and [create subgraphs on Conflux eSpace](./create-subgraphs.md). |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
sidebar_position: 1 | ||
title: Infrastructures | ||
displayed_sidebar: eSpaceSidebar | ||
--- | ||
|
||
Developing Web3 dApps is a multifaceted process, necessitating a variety of tools and services. Presently, numerous solutions are available on eSpace for constructing a dApp: | ||
|
||
- [RPC Service Providers](./RPC-Provider): These are enterprise-grade providers offering access to the blockchain network. | ||
- [TheGraph](./graph): TheGraph is a decentralized protocol designed for indexing and querying blockchain data. | ||
- [Oracles](./oracles): Oracles provide a bridge for off-chain data sources to be accessible within the blockchain, essential for smart contracts. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
sidebar_position: 3 | ||
title: Oracles | ||
displayed_sidebar: eSpaceSidebar | ||
--- | ||
|
||
Oracles are data feeds that enable smart contracts on the blockchain to access off-chain data sources. This functionality is crucial, as Ethereum-based smart contracts are inherently unable to access information stored outside the blockchain network by default. For further information, you can explore [Ethereum's Oracle documentation](https://ethereum.org/en/developers/docs/oracles/). | ||
|
||
There are already oracle services available on Conflux eSpace. | ||
|
||
## [Pyth](https://pyth.network/) | ||
|
||
Pyth is a renowned oracle service in the industry, offering **Smarter Data for Smarter Contracts**. It ensures the security of your smart contracts by providing reliable, low-latency market data sourced from institutional-grade providers. Developers can build applications utilizing high-fidelity oracle feeds, specifically designed for mission-critical systems. | ||
|
||
Pyth is already integrated in Conflux eSpace, you can use it directly. Check it's [documentation](https://docs.pyth.network/documentation/pythnet-price-feeds/evm#mainnets) for how to use it in your smart contracts. | ||
|
||
## [Witnet](https://witnet.io/) | ||
|
||
Witnet is a permissionless, decentralized, and censorship-resistant oracle helping smart contracts to react to real world events with strong crypto-economic guarantees. | ||
|
||
## FAQs | ||
|
||
### Does chainlink support Conflux? | ||
|
||
Currently Chainlink **is not integrated** in Conflux eSpace, we are working on it. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters