Smart Contracts that implement dicether's state channel.
It is released under the AGPL-3.0.
npm install npm buildYou need to have a running ganache instance. As we are using eth_signTypedData which is currently not implemented by ganache we are use a custom implementation. Therefore ganache needs to be started with --mnemonic "test" to use the correct private keys.
ganache-cli -e=1000 --mnemonic "test"Then you can run tests with
npm run test