Skip to content

Interactive web-based simulator for the Conclave framework.

Notifications You must be signed in to change notification settings

multiparty/conclave-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conclave Simulator

Interactive web-based simulator for the Conclave framework.

Project Layout

├─ src/           Source functionalities
├─ tests/         Test suite
│  ├─ conclave/     Workflows to test resulting data
│  └─ policy/       Workflow validation tests
├─ web/           UI root
│  ├─ src/          Simulator include files
│  └─ dist/         Simulator bundle (simulator.js)

Running the Prototype

Open web/index.html in a browser.

Developing

We use Browserfy to bundle the simulator library. Developers can intall it from npm via npm install -g browserify.

To make any changes active, compile them to the simulator bundle in web/dist/simulator.js . You can do this by running:

browserify src/simulator.js --debug --s simulator -o dist/simulator.js

About

Interactive web-based simulator for the Conclave framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published