Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Consensys/consensys-nft-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ConsenSys NFT Tutorials

This repo contains examples of how to work with Treum APIs.

How to use

Download the code or fork the repo.

Clone your forked repository:

gh repo clone YOUR-USERNAME/consensys-nft-tutorials

Locate the example you want to follow.

cd sample-storefront

Create a .env file under the root directory and add environment variables as defined in the /src/config file. For example,

PUBLIC_URL=
REACT_APP_API_BASE_URL=
REACT_APP_ORGANIZATION_ID=
REACT_APP_COLLECTION_ID=

Start locally:

yarn install
yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published