Sometimes, while coding up some Solidity contracts, all you want is a simple key/value mapping, to store some details into. You want to keep it simple so the gas costs are low, but what about everything else? Would you still like to use smart contract proxies, so you can update your code? And maybe you’d… Continue reading Just some mappings
Tag: AKAP
AKAP taking form
Last couple of weeks the AKAP utils and AKAP docs have started taking form. With already two beta releases of AKAP utils on NPM things are moving forward quickly, as often is the case early on. While they are 0.9.x releases (beta), all the stuff in there is well tested. You’re very much encouraged to… Continue reading AKAP taking form
What’s next for AKAP?
A few days ago my friend Mo and myself released the AKAP contract. This contract implements the AKA protocol, which only briefly is described as somewhat like LDAP for Ethereum. That in itself doesn’t tell you much. Only the especially interested will read the whitepaper, and think about the possibilities. Instead, what’s needed is to… Continue reading What’s next for AKAP?