a more functional truffle
This project is meant to be a replacement to truffle
. You can use it for development, deployment and testing of solidity smart contracts in purescript. For an example project, see the chanterelle-halogen-template. We also recommend cliquebait as a replacement for testrpc
.
You can find our documentation hosted on ReadTheDocs.
Chanterelle includes a quasi-package-oriented project structure, to be used more thoroughly in the future when the Ethereum ecosystem settles on a contract package management system.
This is embodied in the chanterelle.json
file which should be located in the
root of your project. It also supports the notion of dependencies (very rudimentary at the moment), as well as automatically generates PureScript bindings for your contracts using purescript-web3-generator
.