Counterfactual
HomeGithubHave a question? Ask here
1.0.0
1.0.0
  • Counterfactual In-Progress Specifications
  • source
    • diagrams
      • withdraw-exchange
      • cleanup-protocol-commitment1
      • install-protocol-exchange
      • cleanup-protocol-commitment2
      • setup-protocol-exchange
      • uninstall-protocol-exchange
      • cleanup-protocol-exchange
      • setstate-protocol-exchange
      • uninstall-virtual-app-exchange
      • set-root-nonce-commitment
      • install-protocol-commitment
      • install-virtual-app-exchange
      • setstate-protocol-state
      • cleanup-protocol-state
      • setup-commitment
      • uninstall-protocol-state
      • uninstall-protocol-commitment
      • setup-protocol-state
      • setstate-protocol-commitment
      • install-protocol-state
    • Withdraw Protocol
    • State Machine Based Applications
    • Contributing
    • Install Protocol
    • Setup Protocol
    • Uninstall Protocol
    • Introduction
    • Cleanup Protocol
    • Glossary and Terminology Guide
    • Peer Protocol for Channel Management
    • Uninstall Virtual App Protocol
    • Update Protocol
    • Contracts
    • Install Virtual App Protocol
Powered by GitBook
On this page

Was this helpful?

  1. source

Contributing

HTML files are built automatically by readthedocs. To build a local preview copy, a Makefile is provided that invokes sphinx. Install the dependencies and build a local preview by doing the following:

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
make html
PreviousState Machine Based ApplicationsNextInstall Protocol

Last updated 6 years ago

Was this helpful?