Giter Club home page Giter Club logo

app-store's Introduction

Sismo App Store

Welcome to the Sismo App Store, the central hub for discovering all apps built with Sismo Connect.

Building Applications with Sismo Connect

You have two approaches to start building applications with Sismo Connect:

  1. Templated App: Leverage our ready-made templates. Modify the parameters according to your requirements to create your own Sismo Connect application. Available templates include:

    • zkForm template: More than just a gated form.
    • zkTelegramBot template: Facilitates privacy-preserving gated telegram group chats.
    • zkDrop template: Simplifies privacy-preserving gated NFT airdrops creation.
  2. Custom apps (soon): You will be able to build custom apps

Configuration

All configurations for templates are located in the space-configs folder.

For example, the configuration for the aave-chan-initiative the configuration is setup in this files tree.

space-configs/
├── main
│   ├── aave-chan-initiative.ts
│   ├── cow-swap.ts
│   ├── ...
├── demo
│   ├── aave-chan-initiative.ts
│   ├── cow-swap.ts
│   ├── ...
├── images
│   ├── aave_chan_initiative_apps_swag_1014x720.png
│   ├── aave_chan_initiative_apps_swag_400x400.png
│   └── ...
└── types.ts

Installation

To set up your environment, follow these steps:

yarn install

Running Locally

Firstly, ensure that you have set up environment variables in the .env.local file:

cp .env.example .env.local

The environment variable NEXT_PUBLIC_NODE_ENV lets you choose your environment.

  • If you want to use the main configuration, set NEXT_PUBLIC_NODE_ENV=main.
  • For using the demo configuration, set NEXT_PUBLIC_NODE_ENV=demo.

To run the application:

yarn dev

Now, access the application at http://localhost:3000

Testing

Test are made using jest

yarn test

Contact us

Contact us in Telegram or Discord when you create a Pull Request. We will quickly review it. Once the PR is merged, your Space will appear in the App Store.

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

app-store's People

Contributors

0xbulma avatar alexandrupele avatar cmagan avatar dhadrien avatar dimsome avatar f9s216 avatar gabin54 avatar kugusha avatar leosayous21 avatar yum0e avatar zkentin avatar

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.