From 675ad0d5e77917f8bda2e0c30d4526b6ee7b870a Mon Sep 17 00:00:00 2001 From: Carson <104383295+codebycarson@users.noreply.github.com> Date: Sun, 26 May 2024 21:02:56 -0700 Subject: [PATCH] Final Formatting and Links Fixed broken links and adjusted formatting --- pages/dev-ecosystem-providers/bridges.mdx | 10 +++--- .../centralized-exchanges.mdx | 2 +- .../dev-ecosystem-providers/ecosystem-map.mdx | 2 +- pages/dev-ecosystem-providers/explorers.mdx | 2 +- pages/dev-ecosystem-providers/faucets.mdx | 6 ++-- pages/dev-ecosystem-providers/indexers.mdx | 7 ++-- pages/dev-ecosystem-providers/nfts.mdx | 4 +-- pages/dev-ecosystem-providers/oracles.mdx | 4 +-- .../dev-ecosystem-providers/rpc-providers.mdx | 32 +++---------------- pages/dev-ecosystem-providers/wallets.mdx | 7 ++-- pages/dev-smart-contracts.mdx | 2 +- pages/dev-token-standards.mdx | 1 - 12 files changed, 28 insertions(+), 51 deletions(-) diff --git a/pages/dev-ecosystem-providers/bridges.mdx b/pages/dev-ecosystem-providers/bridges.mdx index 4e30297..6697a2d 100644 --- a/pages/dev-ecosystem-providers/bridges.mdx +++ b/pages/dev-ecosystem-providers/bridges.mdx @@ -1,12 +1,12 @@ -### Bridges +# Bridges Bridges facilitate cross-chain transfers and interoperability between different blockchains. Key bridges for Sei are: - **Squid**: Enables one-click cross-chain swaps across various EVM blockchains. -- [Squid](https://blockworks.co/news/squid-one-click-cross-chain-swaps-cosmos) + - [Squid](https://blockworks.co/news/squid-one-click-cross-chain-swaps-cosmos) - **Wormhole**: A popular bridge for transferring assets across multiple blockchains. -- [Wormhole](https://wormholenetwork.com/) + - [Wormhole](https://wormholenetwork.com/) - **Axelar**: Provides secure cross-chain communication for Web3. -- [Axelar](https://axelar.network/) + - [Axelar](https://axelar.network/) - **Stargate (coming soon)**: Facilitates seamless cross-chain transactions. -- [Stargate](https://stargate.finance/) + - [Stargate](https://stargate.finance/) diff --git a/pages/dev-ecosystem-providers/centralized-exchanges.mdx b/pages/dev-ecosystem-providers/centralized-exchanges.mdx index 4d308c0..f5311f5 100644 --- a/pages/dev-ecosystem-providers/centralized-exchanges.mdx +++ b/pages/dev-ecosystem-providers/centralized-exchanges.mdx @@ -1,4 +1,4 @@ -### Centralized Exchanges +# Centralized Exchanges Centralized exchanges enable users to trade Sei tokens with ease. Some major exchanges supporting Sei are: diff --git a/pages/dev-ecosystem-providers/ecosystem-map.mdx b/pages/dev-ecosystem-providers/ecosystem-map.mdx index 0022b98..7388496 100644 --- a/pages/dev-ecosystem-providers/ecosystem-map.mdx +++ b/pages/dev-ecosystem-providers/ecosystem-map.mdx @@ -1,4 +1,4 @@ -### Ecosystem Map +# Ecosystem Map For a comprehensive view of the Sei ecosystem and its various providers, refer to the ecosystem map. diff --git a/pages/dev-ecosystem-providers/explorers.mdx b/pages/dev-ecosystem-providers/explorers.mdx index 0be80f9..f2d21a3 100644 --- a/pages/dev-ecosystem-providers/explorers.mdx +++ b/pages/dev-ecosystem-providers/explorers.mdx @@ -1,4 +1,4 @@ -### Explorers +# Explorers Blockchain explorers allow users to view transactions, blocks, and other network activities. Here are the main explorers for Sei: diff --git a/pages/dev-ecosystem-providers/faucets.mdx b/pages/dev-ecosystem-providers/faucets.mdx index 043bb82..98ac422 100644 --- a/pages/dev-ecosystem-providers/faucets.mdx +++ b/pages/dev-ecosystem-providers/faucets.mdx @@ -1,8 +1,8 @@ -### Faucets +# Faucets Faucets provide free tokens to developers for testing purposes. Sei offers faucets for its testnets: - **Sei App Faucet**: Available for the Atlantic-2 and Arctic-1 testnets. -- [Atlantic-2 Faucet](https://atlantic-2.app.sei.io/faucet) -- [Arctic-1 Faucet](https://arctic-1.app.sei.io/faucet) + - [Atlantic-2 Faucet](https://atlantic-2.app.sei.io/faucet) + - [Arctic-1 Faucet](https://arctic-1.app.sei.io/faucet) - Compass wallet: This wallet has integrated a faucet directly into the wallet for a very easy user experience. diff --git a/pages/dev-ecosystem-providers/indexers.mdx b/pages/dev-ecosystem-providers/indexers.mdx index 595158c..d6ca6ef 100644 --- a/pages/dev-ecosystem-providers/indexers.mdx +++ b/pages/dev-ecosystem-providers/indexers.mdx @@ -1,8 +1,9 @@ -### Indexers +# Indexers Indexers collect and organize blockchain data, making it easier to query and analyze. Key indexers for Sei include: - **Flipside**: Provides detailed blockchain analytics and insights. -- [Flipside](https://flipsidecrypto.xyz/) + - [Flipside](https://flipsidecrypto.xyz/) + - **The Graph (EVM only)**: Allows for querying blockchain data using GraphQL. -- [The Graph](https://thegraph.com/) + - [The Graph](https://thegraph.com/) diff --git a/pages/dev-ecosystem-providers/nfts.mdx b/pages/dev-ecosystem-providers/nfts.mdx index 5f0cac8..cc91711 100644 --- a/pages/dev-ecosystem-providers/nfts.mdx +++ b/pages/dev-ecosystem-providers/nfts.mdx @@ -1,6 +1,6 @@ -### NFT’s +# NFT’s Lighthouse and Webump help with minting and managing of NFTs. - **Lighthouse/Webump** -- [Link](https://webump.xyz/) + - [Link](https://webump.xyz/) diff --git a/pages/dev-ecosystem-providers/oracles.mdx b/pages/dev-ecosystem-providers/oracles.mdx index f839eab..63b3b37 100644 --- a/pages/dev-ecosystem-providers/oracles.mdx +++ b/pages/dev-ecosystem-providers/oracles.mdx @@ -1,6 +1,6 @@ -### Oracles +# Oracles Oracles provide external data to smart contracts, enabling more dynamic and responsive applications. Notable oracles for Sei include: - **Pyth** -- [Pyth Documentation](https://docs.pyth.network/home) + - [Pyth Documentation](https://docs.pyth.network/home) diff --git a/pages/dev-ecosystem-providers/rpc-providers.mdx b/pages/dev-ecosystem-providers/rpc-providers.mdx index 687f995..31e9a9f 100644 --- a/pages/dev-ecosystem-providers/rpc-providers.mdx +++ b/pages/dev-ecosystem-providers/rpc-providers.mdx @@ -1,33 +1,9 @@ -### RPC Providers +# RPC Providers RPC providers offer endpoints for developers to interact with the Sei blockchain. Some notable providers include: - **Rhino**: Provides robust RPC services for seamless blockchain interactions. -- [Rhino](https://rhinostake.com/#) -- **Quicknode**: Offers reliable RPC endpoints for developers. -- [Quicknode](https://www.quicknode.com/) + - [Rhino](https://rhinostake.com/#) -# QuickNode - -## Accelerate Your Sei Projects - -[QuickNode](https://quicknode.com) is a trusted infrastructure partner for the Sei network, providing developers with powerful APIs and dedicated support to streamline their blockchain applications. - -## Supported Networks and APIs - -Develop on Sei with confidence, leveraging secure and scalable API endpoints. - -| Network | HTTPS | WSS | Supported APIs | -|---------|-------|-----|------------------------------------------------| -| Mainnet | ✅ | ✅ | Tendermint JSON-RPC/REST, Cosmos REST API | -| Devnet | ✅ | ✅ | EVM, Tendermint JSON-RPC/REST, Cosmos REST API | -| Testnet | ✅ | ✅ | EVM, Tendermint JSON-RPC/REST, Cosmos REST API | - -## Partnering for Progress - -Sei and QuickNode partner to offer significant benefits for developers: - -- **Enterprise Discount**: Get a 15% discount on Sei RPC traffic and a 2-week free POC period. -- **Self-Service Offer**: Enjoy 2 months free on our self-service plan using SEIDEV. - -For more details to take advantage of these offers, click [here](https://quicknode.notion.site). +- **Quicknode**: A a trusted infrastructure partner for the Sei network, providing developers with powerful APIs and dedicated support to streamline their blockchain applications. + - [Quicknode](https://www.quicknode.com/) diff --git a/pages/dev-ecosystem-providers/wallets.mdx b/pages/dev-ecosystem-providers/wallets.mdx index e768b79..a5203c6 100644 --- a/pages/dev-ecosystem-providers/wallets.mdx +++ b/pages/dev-ecosystem-providers/wallets.mdx @@ -1,8 +1,9 @@ -### Wallets +# Wallets Wallets are essential for managing assets and interacting with the Sei blockchain. Here are some recommended wallets: - **Compass**: A Sei native wallet designed for seamless interaction with the Sei blockchain with both Cosmos and EVM support. -- [Compass Wallet](https://compasswallet.io/) + - [Compass Wallet](https://compasswallet.io/) + - **MetaMask**: A widely-used EVM-compatible wallet that supports custom chain configurations for Sei. -- [MetaMask](https://metamask.io/) + - [MetaMask](https://metamask.io/) diff --git a/pages/dev-smart-contracts.mdx b/pages/dev-smart-contracts.mdx index b7d3684..e13005f 100644 --- a/pages/dev-smart-contracts.mdx +++ b/pages/dev-smart-contracts.mdx @@ -73,7 +73,7 @@ CosmWasm is a smart contract platform built for the Cosmos ecosystem, enabling c - **CosmosKit**: Library for connecting to Cosmos wallets. - [CosmosKit Documentation](https://github.com/cosmology-tech/cosmos-kit) - @sei-js: Typescript library for interacting with Sei. - - @sei-js Documentation + - [@sei-js Documentation](https://github.com/sei-protocol/sei-js) - **CosmJS**: JavaScript library for interacting with Cosmos blockchains. - [CosmJS Documentation](https://cosmos.github.io/cosmjs/) diff --git a/pages/dev-token-standards.mdx b/pages/dev-token-standards.mdx index 7e7646a..2e48484 100644 --- a/pages/dev-token-standards.mdx +++ b/pages/dev-token-standards.mdx @@ -39,7 +39,6 @@ Fungible tokens are digital assets that are interchangeable with one another and - **Interoperability and Pointer Contracts**: Pointer contracts enable interoperability between ERC20 and CW20 tokens, allowing for seamless interaction between the two standards. - [Pointer Contracts Documentation](https://v2.docs.sei.io/interoperability/pointer-contracts) - **Pointer Contract Registry**: A registry that keeps track of pointer contracts to facilitate interoperability. - - Link to registry info ### NFTs