Coder Social home page Coder Social logo

0x4ka / tokengating-example-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shopify/tokengating-example-app

0.0 0.0 1.0 747 KB

A Shopify example app that creates and enforces tokengated product discounts, written in Node.js

License: MIT License

JavaScript 73.23% Rust 23.93% HTML 1.19% Liquid 1.37% Dockerfile 0.27%

tokengating-example-app's Introduction

Tokengating Example App

Requirements

  • This app requires a new gates object in Liquid that is only as early access. Please contact [email protected] with your .myshopify.com shop domain for access

Quick Start Guide

  1. Clone the tokengating example app.
  2. Go to the app's root directory in your terminal and run npm install to download all the dependencies
  3. Install Rust and cargi-wasi
  4. Run npm run dev. The terminal will prompt you with Create this project as a new app on Shopify?, select yes
  5. Enter a name for your app or accept the default
  6. Your local server should be running now and you should see a "Shareable app URL" on your terminal. Copy https://YOUR_NGROK_URL.ngrok.io and replace YOUR_NGROK_URL in /extensions/tokengate-src/src/useEvaluateGate.js
  7. While your app is running, in a separate terminal window run npm --prefix extensions/tokengate-src run build to include these changes to your build
  8. Run npm run deploy to deploy your app
  9. Install the app on your development store by visiting the "Shareable app URL" that was logged to your terminal.
  10. Navigate to your app in your partners page and enable the theme app extension. There's a shortcut in your local server logs.
  11. You can now add the theme app extension to your Online Store's theme. There's a shortcut in your local server logs for this as well, under "Setup your theme app extension in the host theme". At the top of the theme editor, select a page under "Products" and add your theme app extension's block under "Product information".
  12. Within the partner's page, if you navigate to the tokengating-function extension, you will see the function's ID in the "Function details" section. It's also part of the URL when you're on the tokengating-function page. Copy that ID and replace YOUR_FUNCTION_ID in /web/api/create-discount.js.

Tokengating in action

  1. Go to the app on your development store by visiting the "Shareable app URL" from your server log. Create a gate with a discount of your choice.
  2. Once the gate is created you can visit your admin's Discount page to verify that it exists there.
  3. Now you can visit your Online Store by visiting the URL logged in your terminal under "Preview your theme app extension". Go to the gated product and connect your wallet to unlock the gate. Add the item to your cart. If you view the cart details, you will see that the discount you created has been applied.
  4. Your app has attested that any connected wallet will unlock the gate. This attestation is a cart attribute with the key _shopify_gate_context and can be viewed at the URL: your-shop-domain.myshopify.com/cart.json. As app developers, you have complete control over the gate requirements and the logic involved in determining if a gate should be unlocked.

If you'd like a step-by-step tutorial on how to build this app, check out our tutorial series.

More Resources

Contributing

For help on setting up the repository locally, building, testing and contributing please see CONTRIBUTING.md.

Code of conduct

All developers who wish to contribute through code or issues, please first read our Code of Conduct.

License

Copyright © 2023 Shopify. See LICENSE for further details.

tokengating-example-app's People

Contributors

c-bacon avatar quintonc avatar andrewhassan avatar yusuf8ahmed avatar michaelsunglee avatar 0x4ka avatar

Forkers

dashbaord202401

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.