Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 520 Bytes

File metadata and controls

22 lines (12 loc) · 520 Bytes

Loopring Token Gate Example

Spin up your own NFT token gated website using this template.

Quick Start

In the project directory, you can launch the CLI to configure your project:

yarn setup

Setup Tokens

Running the cli should get you most of the way there!

Token metadata is defined in data/tokens.json. Downloads are provided within the same file, simply describe the file using a name format and urlpointing to the file.

Development

Serve locally with the following:

yarn start