"Opening locks via the blockchain."
OkeyDokey is a blockchain based smart door locks system that connects digital payments to opening of physical doors.
OkeyDokey’s mission is to drive productivity of rental economy by providing easily accessible and cost effective ways to utilize physical objects. In particular, OkeyDokey connects blockchain based digital payment transaction to opening of physical doors via smart locks. OkeyDokey provides value to customers by relieving the complexities and costs involved in both digital and physical operations of rental process.
Read our white paper.
Learn more about our Token Generation Event.
Install truffle:
npm install -g truffleInstall ganache(Truffle's version of TestRPC):
npm install -g ganache-cliTo build and deploy on local ganache test network:
chmod +x ./build.sh
./build.sh localIf you encounter The contract code couldn't be stored, please check your gas amount, just run ./build.sh again. This error occurs because we can't deploy abstract contracts.
