mirror of
https://github.com/Brotocol-xyz/xlink-docs.git
synced 2026-01-12 14:54:33 +08:00
minor fixes
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
* [btc peg-in endpoint](developers/contracts/btc-peg-in-endpoint.md)
|
||||
* [btc-peg-out-endpoint-v2-01](developers/contracts/btc-peg-out-endpoint-v2-01.md)
|
||||
* [meta peg-in endpoint v2-02](developers/contracts/meta-peg-in-endpoint-v2-02.md)
|
||||
* [meta peg-out endpoint v2-03](developers/contracts/meta-peg-out-endpoint.md)
|
||||
* [meta peg-out endpoint](developers/contracts/meta-peg-out-endpoint.md)
|
||||
* [cross-peg-in-endpoint-v2-03](developers/contracts/cross-peg-in-endpoint-v2-03.md)
|
||||
* [cross-peg-out-endpoint-v2-01](developers/contracts/cross-peg-out-endpoint-v2-01.md)
|
||||
* [xlink-staking](developers/contracts/xlink-staking.md)
|
||||
|
||||
@@ -49,7 +49,7 @@ This endpoint's main responsibility the bridging of assets in the Bitcoin chain
|
||||
|
||||
#### Meta Peg-Out Endpoint
|
||||
|
||||
- Contract name: `meta-peg-out-endpoint-v2-03`
|
||||
- Contract name: `meta-peg-out-endpoint`
|
||||
- [Complete technical documentation](meta-peg-out-endpoint.md)
|
||||
|
||||
This endpoint manages the bridging of tokens from the Stacks chain back to the Bitcoin blockchain, where they are converted into BRC-20 assets.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# meta-peg-out-endpoint
|
||||
|
||||
- Location: `xlink/packages/contracts/bridge-stacks/contracts/meta-peg-out-endpoint-v2-04`
|
||||
- Location: `xlink/packages/contracts/bridge-stacks/contracts`
|
||||
- [Deployed contract]()
|
||||
|
||||
This technical document provides a detailed overview of the contract responsible for facilitating the peg-out process of tokens from the Stacks network to the burn blockchain. The target token standard is BRC-20, a protocol on Bitcoin's metaprotocol layer that supports fungible assets, inspired by Ethereum's ERC-20 standard.
|
||||
|
||||
Reference in New Issue
Block a user