This is a template chanterelle project + halogen frontend. Or maybe it's more like an example. The point is to show how to make a simple application written in purescript utilizing
- chanterelle
- purescript-web3
- halogen
The application is fairly simple. It is an event processesor for the SuperRare contracts -- it starts polling for the creation events for all tokenized art pieces starting from the deployment block and continuing into the present.
> make install
> make compile-contracts
docker run --rm -it -p 8545:8545 -e ACCOUNTS_TO_CREATE=10 foamspace/cliquebait:latest
> make test-purs-dapp
> make deploy-contracts
> make build-purs
> make parcel-build
> make parcel-start