Skip to content

Latest commit

 

History

History
 
 

make-a-cake

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

SKALE Cake Demo

Introduction

Demo dApp to use during the ETH Paris hackathon.

Run App Locally

Compatible with MetaMask 6.1.0 or lower

  • Install node packages
npm install
  • Update .env file with your credentials.
MNEMONIC=[YOUR_MNEMONIC]
ACCOUNT=[YOUR_ACCOUNT]
PRIVATE_KEY=[YOUR_PRIVATE_KEY]
SKALE_CHAIN=[YOUR_SKALE_CHAIN_ENDPOINT]
  • Run the app locally
npm start