Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/docs/onchain/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,10 @@ import Blocks from 'lucide-react/dist/esm/icons/blocks'
href="onchain/fuel"
icon={<Blocks className="w-6 h-6" />}
/>
<Card
title="XION"
description="Integrate on XION"
href="onchain/xion"
icon={<Blocks className="w-6 h-6" />}
/>
</Cards>
11 changes: 11 additions & 0 deletions content/docs/onchain/xion/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: XION
description: The Reclaim Protocol Proofs are compatible with blockchain applications.
---

### Flow
1. Your app requests proofs from the user using one of the front-end libraries like [Reclaim React SDK](/js/frontend-example), [Reclaim React Native SDK](/react-native), [Reclaim Flutter SDK](/flutter) or a backend library like [Reclaim Node SDK](/js/backend-example)
2. Once the user has uploaded the proof, you can serialize it into a CosmWasm friendly format
3. Submit the serialized proof to your smart contract
4. Verify the proof on the smart contract

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Cosmos - XION
title: Quickstart
description: Publish on chain using XION and CosmWasm Stargate
---

Expand Down