Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 936 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 936 Bytes

Generalized State Channels Paper

CircleCI

This repository stores the LaTeX code for the Generalized State Channels paper. Each commit to master is automatically built by CircleCI.

To view latest draft

  1. Go to CircleCI
  2. Click on latest build
  3. Click on Artifacts
  4. Open artifact-file

Building the PDF locally

Install docker-compose and run:

docker-compose up

Citing this paper

To reference this paper in other works, here is an example BibTex entry:

@misc{
   Coleman_2018,
   author = "Jeff Coleman, Liam Horne, and Li Xuanji",
   title = "Counterfactual: Generalized State Channels",
   year = "2018",
   howpublished = {\url{http://l4.ventures/papers/statechannels.pdf}}
}