An implementation of rollup in which the relayer does not publish transaction data to the main chain, but only publishes the new Merkle root at every update. This provides gas savings but not data availability guarantees: we assume the operator will always provide data to users so they can update their leaf.
$ docker build -t rollup/rollup-nc docker
$ docker run -ti rollup/rollup-nc /bin/bash
npm run deploy-mimc