Skip to content

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

License

Notifications You must be signed in to change notification settings

NationalAssociationOfRealtors/PropertyUniqueIdentifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published