Skip to content

afuturemodern/e-state

Repository files navigation

ULO Codebase 1

Build Instructions

  1. Download and install Node.js
  2. Download, install, and run Ganache
  3. Run npm install -g truffle
  4. Run npm install .
  5. Run truffle compile to compile contracts
  6. Run truffle migrate to push contracts to local network

Testing Instructions

Console Testing

To test in the console, run truffle console. From there, you can grab an instance of the three main contracts by typing myContract.deployed().then(function(instance){myInstance = instance;}). After this, you can call func tions using javascript.

Unit Testing (not implemented yet)

To test using unit tests, run truffle test tests/mytest.js

Browser Testing

To test in the browser run npm run dev, and make sure you have Metamask installed and you're configured to use Ganache's Testnet

About

truth-incentivized crowdsourced real estate information, investment and governance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published