Skip to content

Commit 81e3927

Browse files
authored
Merge branch 'master' into 2565-doc-section-on-global-contracts
2 parents 52d31ec + 25d7ce3 commit 81e3927

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

docs/chain-abstraction/chain-signatures.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ This unlocks the next level of blockchain interoperability by giving ownership o
1313
![chain-signatures](/docs/assets/welcome-pages/chain-signatures-overview.png)
1414
_Diagram of a chain signature in NEAR_
1515

16+
<details>
17+
18+
<summary> Supported Networks </summary>
19+
20+
While you can sign transactions for any network using Eddsa or Ecdsa keys, each chain signs transactions differently.
21+
22+
Our example [implementation](./chain-signatures/implementation) shows you how to sign transactions for: Bitcoin, Solana, Cosmos, XRP, Aptos, Sui and EVM networks (Ethereum, Base, BNB Chain, Avalanche, Polygon, Arbitrum, and more).
23+
24+
</details>
25+
1626
## Benefits
1727

1828
Integration with Chain Signatures brings many benefits to Web3 developers:

docs/chain-abstraction/chain-signatures/implementation.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ Chain signatures enable NEAR accounts, including smart contracts, to sign and ex
1212

1313
This unlocks the next level of blockchain interoperability by giving ownership of diverse assets, cross-chain accounts, and data to a single NEAR account.
1414

15+
<details>
16+
17+
<summary> Supported Networks </summary>
18+
19+
While you can sign transactions for any network using Eddsa or Ecdsa keys, each chain signs transactions differently.
20+
21+
Our example implementation shows you how to sign transactions for: Bitcoin, Solana, Cosmos, XRP, Aptos, Sui and EVM networks (Ethereum, Base, BNB Chain, Avalanche, Polygon, Arbitrum, and more).
22+
23+
</details>
24+
1525
---
1626

1727
## Create a Chain Signature

0 commit comments

Comments
 (0)