InvictusInnovations / keyhotee

Decentralized ID and Communication
54 stars 27 forks source link

Build Instructions

You can find build instructions here:

You can also find more instructions on the Building Keyhotee page of the wiki.

Coding Stanards

All submitted code should follow the style indicated by the example below:

ClassName
memberMethod()
_member_variable
local_variable

void method()
{
   ...
}

if( ... ) 
{
}
else
{
}