Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 553 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 553 Bytes

[WIP] Smart-Bond

Steps

In order to test the SmartBond, you'll need truffle and ganache-cli installed on your local machine.

Use startGanache.sh to start your local testnet.

Then simply do:

  1. npm install
  2. truffle compile
  3. truffle test

To test the bond contract.

BONUS: inside the js/fundamental_analysis directory you'll find valuation techniques for bonds written in Javascript such as yield to maturity and the current bond price.