Skip to content
forked from cfelde/AKAP

AKA protocol, the LDAP of Ethereum

License

Notifications You must be signed in to change notification settings

mohamedelshami/AKAP

 
 

Repository files navigation

AKAP

The AKA protocol is somewhat like LDAP for Ethereum. It allows you to reference content and data, and also navigate structures in the context of nodes and a directed acyclic graph.

This project is at a draft/beta stage and we welcome contributions in the form of feedback, comments, code review and test cases.

Please have a read of the white paper. While in draft form pull requests are welcomed on any aspect of the white paper, from simple spelling or sentence issues to more fundamental discussions on the approach taken.

Truffle commands

Assuming you have Truffle installed you can run the usual commands:

truffle build

truffle test

You might need to do:

npm install @openzeppelin/contracts

npm install @openzeppelin/test-helpers

About

AKA protocol, the LDAP of Ethereum

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.8%
  • Solidity 31.2%