Skip to content

stan0x0mt/contracts

 
 

Repository files navigation

Contracts

Smart Contracts that implement dicether's state channel.
It is released under the AGPL-3.0.

Install dependencies

    npm install

Build

    npm build

Run tests

You 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

About

Smart contracts for Dicether

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 57.4%
  • Solidity 40.6%
  • JavaScript 2.0%