-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from reclaimprotocol/reogranzie
chore: update docs
- Loading branch information
Showing
57 changed files
with
111 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"index": "SDKs", | ||
"quickstart": "Quickstart", | ||
"zkfetch": { | ||
"title": "zkFetch" | ||
}, | ||
"solidity": { | ||
"title": "Solidity" | ||
}, | ||
"solana": { | ||
"title": "Solana" | ||
}, | ||
"cosmos": { | ||
"title": "Cosmos" | ||
}, | ||
"sui": { | ||
"title": "Sui" | ||
}, | ||
"gear": { | ||
"title": "Gear" | ||
}, | ||
"near": { | ||
"title": "NEAR" | ||
}, | ||
"polkadot": { | ||
"title": "Polkadot" | ||
}, | ||
"alephzero": { | ||
"title": "Aleph Zero" | ||
}, | ||
"cardano": { | ||
"title": "Cardano" | ||
}, | ||
"stellar": { | ||
"title": "Stellar" | ||
}, | ||
"lukso": { | ||
"title": "LUKSO" | ||
}, | ||
"starknet": { | ||
"title": "Starknet" | ||
}, | ||
"aptos": { | ||
"title": "Aptos" | ||
}, | ||
"mina": { | ||
"title": "Mina" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
import { Cards, Card } from 'nextra/components'; | ||
import MakeIcon from '../../components/MakeIcon'; | ||
import SdkCard from '../../components/SdkCard'; | ||
import Image from 'next/image'; | ||
|
||
|
||
### Integrate Reclaim Protocol in your products | ||
|
||
<div> | ||
<br /> | ||
<Cards> | ||
<SdkCard | ||
title="NodeJs" | ||
subtitle="Integrate on Backend" | ||
link="js/backend-example" | ||
iconName="node" | ||
tag="Recommended" | ||
/> | ||
<SdkCard | ||
title="React" | ||
subtitle="Integrate on Web" | ||
link="js/frontend-example" | ||
iconName="reactjs" | ||
tag="Quick Start" | ||
/> | ||
<SdkCard | ||
title="React Native" | ||
subtitle="Integrate on Mobile" | ||
link="react-native" | ||
iconName="react_native" | ||
tag="Mobile app" | ||
/> | ||
<SdkCard title="Solidity" subtitle="Integrate on EVM" link="sdk/solidity" iconName="solidity" tag="On-chain" /> | ||
<SdkCard title="Flutter" subtitle="Integrate on Mobile" link="flutter" iconName="flutter" tag="Mobile app" /> | ||
<SdkCard title="Solana" subtitle="Integrate on Solana" link="sdk/solana" iconName="solana" tag="On-chain" /> | ||
<SdkCard title="Cosmos" subtitle="Integrate on Cosmos" link="sdk/cosmos" iconName="cosmos" tag="On-chain" /> | ||
<SdkCard title="Sui" subtitle="Integrate on Sui" link="ssdk/ui" iconName="sui" tag="On-chain" /> | ||
<SdkCard title="Gear" subtitle="Integrate on Gear" link="sdk/gear" iconName="gear" tag="On-chain" /> | ||
<SdkCard title="NEAR" subtitle="Integrate on NEAR" link="sdk/near" iconName="near" tag="On-chain" /> | ||
<SdkCard title="Polkadot" subtitle="Integrate on Polkadot" link="sdk/polkadot" iconName="polka" tag="On-chain" /> | ||
<SdkCard | ||
title="Aleph Zero" | ||
subtitle="Integrate on Aleph Zero" | ||
link="alephzero" | ||
iconName="alephzero" | ||
tag="On-chain" | ||
/> | ||
<SdkCard title="Cardano" subtitle="Integrate on Cardano" link="sdk/cardano" iconName="cardano" tag="On-chain" /> | ||
<SdkCard title="Stellar" subtitle="Integrate on Stellar" link="sdk/stellar" iconName="stellar" tag="On-chain" /> | ||
<SdkCard title="Lukso" subtitle="Integrate on Lukso" link="sdk/lukso" iconName="lukso" tag="On-chain" /> | ||
<SdkCard title="Starknet" subtitle="Integrate on Starknet" link="sdk/starknet" iconName="starknet" tag="On-chain" /> | ||
<SdkCard title="Aptos" subtitle="Integrate on Aptos" link="sdk/aptos" iconName="aptos" tag="On-chain" /> | ||
<SdkCard title="Mina" subtitle="Integrate on Mina" link="sdk/mina" iconName="mina" tag="On-chain" /> | ||
</Cards> | ||
</div> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.