diff --git a/README.md b/README.md index 46b533f..7ad9306 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,18 @@ # blockStore blockStore is an online marketplace for buying and selling digital products only leveraging token-gated access. With blockStore, users can interact with content that is protected by non-fungible tokens, or NFTs. This means that to access a digital product's content, a user must first claim the corresponding NFT. It also provides tools for sellers to list new products for sale leveraging the Orbis SDK. All transactions and access to content on blockStore are recorded on the blockchain, making it easy for users to track their purchases and for sellers to withdraw their profits from their unlock dashboard. +Welcome to our online marketplace, where you can buy and sell assets using the power of blockchain technology. Our platform is secure, decentralized, and user-friendly, making it easy for you to take control of your assets and participate in the future of finance. With Block Store, you can confidently and confidently transact with others without the need for intermediaries. Join us and join the revolution of decentralized asset trading today. + +## Demo +

+ App Demo + App Demo + + App Demo + App Demo + App Demo + +

## Prerequisites @@ -10,7 +22,7 @@ The admin user must have Node.js and npm to use this platform. Just download Nod Clone the repo via CLI: ```sh -git clone https://github.com/Harsh2220/blockStore +git clone https://github.com/rkmonarch/blockStore cd blockStore ``` diff --git a/assets/1.jpeg b/assets/1.jpeg new file mode 100644 index 0000000..de22895 Binary files /dev/null and b/assets/1.jpeg differ diff --git a/assets/2.jpeg b/assets/2.jpeg new file mode 100644 index 0000000..1196839 Binary files /dev/null and b/assets/2.jpeg differ diff --git a/assets/3.jpeg b/assets/3.jpeg new file mode 100644 index 0000000..de7e95c Binary files /dev/null and b/assets/3.jpeg differ diff --git a/assets/4.jpeg b/assets/4.jpeg new file mode 100644 index 0000000..ce4d3db Binary files /dev/null and b/assets/4.jpeg differ diff --git a/assets/5.jpeg b/assets/5.jpeg new file mode 100644 index 0000000..64e7de8 Binary files /dev/null and b/assets/5.jpeg differ diff --git a/pages/_app.tsx b/pages/_app.tsx index 488b1d2..2094d1f 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -16,7 +16,7 @@ import { import { polygonMumbai } from "wagmi/chains"; import { publicProvider } from "wagmi/providers/public"; import { GeneralProvider } from "../context"; -const alchemyId = "SH8NoQMHqmNkqexUapP5tVgv5KRQoFVx"; +const alchemyId = "Alchemy_key"; const { chains } = configureChains([goerli], [publicProvider()]); @@ -29,7 +29,7 @@ const wagmiClient = createClient( ); const client = createReactClient({ - provider: studioProvider({ apiKey: "ff1b0e50-c8e1-4f5f-b462-d1e8c961e232" }), + provider: studioProvider({ apiKey: "livepeer_studio_key" }), }); export default function App({ Component, pageProps }: AppProps) { diff --git a/pages/paywall.tsx b/pages/paywall.tsx index f56fe20..702724d 100644 --- a/pages/paywall.tsx +++ b/pages/paywall.tsx @@ -5,7 +5,7 @@ export default function paywall() {
{/* Show iframe and load url into it */}