Skip to content

liteflow-labs/statechannels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the flows

Check the folder packages/contracts/scripts to see the all the flows to execute.

Each flow has a description at the top of the file.

To execute a flow, run:

npm run -w packages/contracts hardhat -- run ./scripts/flow-1.ts

Run the UI locally

Start local Ethereum node

npm run -w packages/contracts hardhat -- node

Deploy smart contracts

npm run -w packages/contracts hardhat -- run ./scripts/deploy.ts --network localhost

Run UI

npm run -w packages/ui dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published