Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 2.58 KB

README.md

File metadata and controls

65 lines (45 loc) · 2.58 KB


Counterfactual
Counterfactual Demo Apps & Bots

circleci license

What's this?

This repo contains some examples of the Counterfactual framework in action:

How do I run the dapps?

You'll need:

  1. A build of our MetaMask fork installed as a browser extension.
  2. A Node process running the Counterfactual Wallet.
  3. A Node process running the Counterfactual Hub.

Check out the READMEs for each of these packages for more information on how to run them.

Once that's all set up and running, simply do:

yarn start

Keep in mind that this will open several Node processes.

If you just want to run the dApps:

yarn start:dapps

If you just want to run the bots:

yarn start:bots

Testing & linting

# Run all tests.
yarn test

# Fix linting issues.
yarn lint:fix