avelkoski / PropertyUniqueIdentifier

An Ethereum based distributed ledger to register, track, and query property unique identifiers.

Repository from Github https://github.comavelkoski/PropertyUniqueIdentifierRepository from Github https://github.comavelkoski/PropertyUniqueIdentifier

Property Unique Identifier

An Ethereum based distributed ledger to register, track, and query property unique identifiers.

Screenshots

Dashboard 1

Installation

  1. Install truffle and an ethereum client. For local development, try EthereumJS TestRPC.

    npm install -g truffle // Version 3.0.5+ required.
    npm install -g ethereumjs-testrpc
  2. Launch TestRPC in a separate tab.

    testrpc
  3. Compile, migrate, then test the contracts.

    truffle compile
    truffle migrate
    truffle test
  4. Run the liteserver development server for front-end hot reloading. For now, smart contract changes must be manually recompiled and migrated.

    npm run dev
  5. You will need a web browser that supports web3 or a plugin for Chrome like MetaMask to be able to interact with the application.

NOTE: This repo is not a complete dapp, but the starting point for a solution to the property unique identifier project.

Support and documentation

Dave Conroy

CRT Labs

About

An Ethereum based distributed ledger to register, track, and query property unique identifiers.

License:Apache License 2.0


Languages

Language:JavaScript 99.0%Language:HTML 1.0%