- Installation Instructions
- Compilation and Deployment Instructions
- Testing
- Front End interaction
- Maintainers
- License
- Example
- Documentation
- Download the latest node.js from: https://nodejs.org/en/download/
- Git clone the project from our github repository.
- cd to the project root directory (/Ethereum-K-of-N-Multisig)
- Run
npm install
- cd to Truffle/contract directory.
truffle compile
truffle migrate
- cd to Truffle directory
truffle test
Wait until the command line tells you that compilation was successful.
- cd back into root directory.
cd K-of-N-dapp
npm install
npm start
- Open chrome (or any other browser with metamask) and enter localhost:8080
Solidity is licensed under GNU General Public License v3.0