Skip to content

jennypollack/tinlake-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinlake-ui

Development

  1. Make sure you are on a stable node version, v12.16.3 on the time of writing this (the sha3 dependency did not work with newer versions in some cases): nvm use
  2. Install dependencies with npm install

Setup environment

add the following env variables

  • export NFT_DATA_DEFINITION=PARTNER_NFT_DATA_DEFINITION
  • export RPC_URL=NETWORK_RPC_URL
  • export TINLAKE_ADDRESSES=ADDRESSES_FOR_THE_PARTNER_TINLAKE_CONTRACTS

...or just add a .env file containing the variables to the project folder

Run

npm start # to start the NextJs server and serve the Netlify lambdas locally

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.3%
  • JavaScript 0.7%