Skip to content

Repository files navigation

CIBC Hackathon Tutorial Project

Requirements

  1. Latest truffle version.
    npm -g uninstall truffle && npm -g install truffle
  2. npm install -g ganache-cli
  3. npm install -g @remix-project/remixd
  4. Install Ganache GUI (optional)

Local Testing

  1. npm install
  2. Load truffle-config.js into ganache or in a separate CMD console: 2b. Run Ganache
    ganache
  3. truffle test

Local Testing using REMIX

  1. Start Remix
  2. remixd -s e:\git\hackathon-tutorial
  3. Start Ganache remixd -s e:\git\hackathon-tutorial
  4. Use chrome and visit: https://remix.ethereum.org/
  5. In the workspaces dropdown (top left) select localhost and press ok.
  6. Open up the contracts folder, right click the PropertyLedgerContract.sol file and click Compile
  7. Select the deploy tab (menu on the far left)
  8. Choose Web3 Provider from the Environment dropdown (this connects to your local ganache. You can leave it as VM london which leverages a public test environment).
  9. Select the Property contract from the Contract dropdown and select publish.
  10. You can then interact with this contract in the deployed section at the bottom.

About

Author: Chris Patterson

About

hackathon-tutorial

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages