Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 878 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 878 Bytes

cats-cli

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

ETH test net

Start Ganache using this command

ganache-cli -d --db ./eth_db -i 999 --accounts 20 --deterministic --mnemonic="salmon world pitch vehicle size offer tool dog erupt law because omit" --chainId 5777

Follow the instructions here. to connect the Ganache test net to your metamask. Recommended to make a new browser profile specifically for testing.

Customize configuration

See Configuration Reference.