mirror of
https://github.com/alexgo-io/alex-v1-docs.git
synced 2026-01-12 22:21:16 +08:00
GITBOOK-201: change request with no subject merged in GitBook
This commit is contained in:
BIN
.gitbook/assets/Screenshot 2023-08-18 at 5.35.12 PM.png
Normal file
BIN
.gitbook/assets/Screenshot 2023-08-18 at 5.35.12 PM.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 715 KiB |
@@ -42,3 +42,7 @@
|
||||
* [Token List](developers/smart-contracts/token-list.md)
|
||||
* [AMM Pool Mapping](developers/smart-contracts/amm-pool-mapping.md)
|
||||
* [API References](developers/api-references.md)
|
||||
|
||||
## 💰 BRC20 On-chain Indexer
|
||||
|
||||
* [What is the BRC20 On-chain Indexer](brc20-on-chain-indexer/what-is-the-brc20-on-chain-indexer.md)
|
||||
|
||||
15
brc20-on-chain-indexer/what-is-the-brc20-on-chain-indexer.md
Normal file
15
brc20-on-chain-indexer/what-is-the-brc20-on-chain-indexer.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# What is the BRC20 On-chain Indexer
|
||||
|
||||
<figure><img src="../.gitbook/assets/Screenshot 2023-08-18 at 5.35.12 PM.png" alt=""><figcaption></figcaption></figure>
|
||||
|
||||
The DeFi landscape is teeming with possibilities, and at the heart of it all, Bitcoin DeFi is set to take center stage. In the coming years, we expect a surge in growth revolving around Ordinals, BRC20 tokens, Bitcoin L2 in particular Stacks.
|
||||
|
||||
A quick retrospect shows how Ordinals have brilliantly showcased the potential of the Bitcoin blockchain. This revolutionary platform has turned the table, illustrating that Bitcoin’s ledger is more than just a settlement layer.
|
||||
|
||||
The unique character of BRC20 tokens, built on a fundamentally non-fungible blockchain, sparks intrigue among many. Even though Bitcoin’s blockchain doesn’t enforce the token standard rules, and the token operation is often slow and inefficient, the allure of Bitcoin being more than just a payment system is irresistible.
|
||||
|
||||
In order to enforce the token standard rules, a number of "off-chain" indexers has, therefore, been developed and are in use to address these constraints. However, the risk of tampering with a centralized off-chain indexer cannot be ignored, and many in the field, including us, consider the establishment of an on-chain, tamper-proof, and censorship-resistant indexer to be pivotal for wider BRC20 adoption. 
|
||||
|
||||
To that end, we’re collaborating with pioneers like Domo, the creator of the BRC20 standard, as well as the major off-chain indexers like BestinSlot.xyz, OKX and, soon, Hiro, to construct an "indexer of indexers." This concept capitalizes on Stacks’ unique attributes as Bitcoin’s L2, leading the charge for decentralized consensus on BRC20 indexing. 
|
||||
|
||||
The setup involves off-chain indexers submitting and validating events to the on-chain indexer, which then verifies each transaction through Stacks, either accepting or rejecting them. Wallets and decentralized applications can query this on-chain indexer for valid events, marking an exciting step in our mission to transform the face of Bitcoin DeFi.
|
||||
@@ -1,6 +1,6 @@
|
||||
# Testnet
|
||||
|
||||
We use our own testnet whose API node is hosted at [https://stacks-node-api.testnet.alexlab.co/](https://stacks-node-api.testnet.alexlab.co/), with a few useful modifications (such as [puppet mode controller](http://localhost:5000/s/sPu0USrFZJvbjvTbkBTh/)) to the stock testnet deployment.
|
||||
We use our own testnet whose API node is hosted at [https://stacks-node-api.testnet.alexlab.co/](https://stacks-node-api.testnet.alexlab.co/), with a few useful modifications (such as [puppet mode controller](http://127.0.0.1:5000/s/sPu0USrFZJvbjvTbkBTh/)) to the stock testnet deployment.
|
||||
|
||||
You can explore the state of the testnet at [https://explorer.testnet.alexlab.co/?chain=mainnet](https://explorer.testnet.alexlab.co/?chain=mainnet).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user