Skip to content

davidstrouk/Ethereum-K-of-N-Multisig

Repository files navigation

Ethereum-K-of-N-Multisig

Table of Contents

Installation Instructions

  1. Download the latest node.js from: https://nodejs.org/en/download/
  2. Git clone the project from our github repository.
  3. cd to the project root directory (/Ethereum-K-of-N-Multisig)
  4. Run npm install

Compilation and Deployment Instructions

For Truffle

  1. cd to Truffle/contract directory.
  2. truffle compile
  3. truffle migrate

Testing

with truffle

  1. cd to Truffle directory
  2. truffle test

Front End interaction:

Wait until the command line tells you that compilation was successful.

  1. cd back into root directory.
  2. cd K-of-N-dapp
  3. npm install
  4. npm start
  5. Open chrome (or any other browser with metamask) and enter localhost:8080

Contributors

@davidstrouk @ShovalLoolian

License

Solidity is licensed under GNU General Public License v3.0

Example

https://relaxed-engelbart-b2aacb.netlify.com/

Documentation

https://boring-euler-80133b.netlify.com

About

Project "Smart Contracts for Cryptocurrencies"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published