Skip to content

lacchain/LACChain-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lacchain Wallet

Requirements

  • node Version: 14.17.0

Environment Variables customization

Create a copy of env.example:

cp env.example .env

And then you can customize .env file accordingly.

Building

Make sure you have .env file properly set.

yarn start

Running

Make sure you have .env file properly set.

yarn build