Additional Repositories: AnyApe Smart Contracts | AnyApe Subgraph
AnyApe is an NFT Marketplace built during ETHOnline 2023 to showcase the capabilities of the payment protocol that allows users to enjoy a gasless and cross-chain web3 experience.
Bridges have been one of the most exploited protocols in the web3 space. This could hinder the adoption of the cross-chain idea, newcomers might be more reluctant to explore other chains. There's too much friction when it comes to bridging funds, first, you'd have to find the bridge that supports both source and destination chains, even when you do find one, you'll still have to make sure that the bridge supports the token you want to bridge. Not to mention liquidity, we're trying to abstract all of these steps by allowing projects to directly implement our protocol, giving their users a seamless experience.
Here's how we achieve all of the features we offer:
- ApeCoin: Utilized token available in the supported chains and act as the main multi-chain payment currency.
- Cometh's Account Abstraction SDK: Allows users to create accounts across various supported chains.
- Chainlink CCIP: Allows users to pay from another chain when purchasing NFT on AnyApe seamlessly.
- The Graph: For data indexing, such as listed NFTs. (AnyApe Subgraph Repository)
- Filecoin: NFTs metadata storage.
To get AnyApe up and running, follow these simple steps:
npm install
npm run dev