Proof-of-Space from a hard-to-pebble stacked bipartite expander.
Paper: "Proof of Space from Stacked Bipartite Graphs"
$ git clone https://github.com/DrPeterVanNostrand/pots.git
$ cd pots
$ wasm-pack build
$ cd pkg && npm link && cd ..
$ cd site && npm install && npm link pots
# Run the Webpack dev-server on port 8080.
$ npm run start
Go to 127.0.0.1:8080
in your browser, open the console to view the proof logs.
$ git clone https://github.com/DrPeterVanNostrand/pots.git
$ cd pots
$ wasm-pack build --target=nodejs
$ cd pkg
$ node
> const pots = require("./pots.js");
> pots.main();