Skip to content

Latest commit

History

History
executable file
33 lines (22 loc) 路 484 Bytes

README.md

File metadata and controls

executable file
33 lines (22 loc) 路 484 Bytes

LocalCoinSwap Cryptoshares

This repository contains the code for the LocalCoinSwap cryptoshares.

Authors

  • Taylor Scheel
  • Nathan Worsley

Usage

First clone the repository:

git clone https://github.com/LocalCoinSwap/cryptoshares.git

Install truffle:

npm install -g truffle

Install the dependencies:

npm install

Compile the code with truffle:

truffle compile