ZEP Official Guide

thumbnail

Object Settings: Developer Funtions

 

Name

Description

API call (POST)

Send a POST request to the specified URL upon API CALL

Digital Asset Door

Create a door that only allows users with a specific NFT to pass

FT Door (ERC20)

Create a door that only allows users that possess a specific number of fungible tokens to pass

ZEM Door

Create a door that requires users to pay a certain amount of ZEM the first time they pass through

Token Door

Create a door that functions exactly like a ZEM Door, but for a specified fungible token instead of ZEM

Interact with ZEP Script

Set up an object to interact with ZEP script

You can send a POST request to the specified URL upon API CALL such as:

  • Request param (Form data)

    • name: Name of the User

  • Response param (JSON)

    • text: Display this text on the chat window when the text parameter comes down

    • centerLabel: Display this centerLabel in the center when the parameter comes down.

Create a special space that only those with digital assets can enter!

Many digital asset projects and individuals are already using ZEP to launch digital assets or actively utilize ZEP as an event space for holders.

Issue digital assets with ZEP and give holders a special experience.

FT Door (ERC20): Install a door that can be passed through if a certain amount of fungible tokens are held.

This creates a door that requires users to pay a certain amount of ZEM the first time they pass through.

The ZEM collected from this door is sent to the Space’s original creator.

  • ZEM Door IDs can be set on ZEM Doors. All ZEM Doors with the same Door ID will only need to collect ZEM the first time a user passes through any door with that ID. Additional ZEM are not collected when passing through a ZEM Door with the same Door ID.

  • ZEM Doors do not collect entry fees from users with Owner, Admin, or Staff permissions.

This creates a door that functions exactly like a ZEM Door, but for a specified fungible token instead of ZEM.

The Tokens collected from this door are sent to the Space’s original creator.

  • Token Door IDs can be set on Token Doors. All Token Doors with the same Door ID will only need to collect tokens the first time a user passes through any door with that ID. Additional tokens are not collected when passing through a Token Door with the same Door ID.

  • Token Doors do not collect entry fees from users with Owner, Admin, or Staff permissions.

You can set up objects to interact with the ZEP Script.