https://github.com/cfelde/akap-docs
Documentation repository for AKA Protocol
https://github.com/cfelde/akap-docs
Last synced: 9 months ago
JSON representation
Documentation repository for AKA Protocol
- Host: GitHub
- URL: https://github.com/cfelde/akap-docs
- Owner: cfelde
- License: apache-2.0
- Created: 2020-02-11T22:08:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T10:07:18.000Z (about 6 years ago)
- Last Synced: 2025-02-09T03:15:55.710Z (over 1 year ago)
- Language: Shell
- Homepage: https://akap.me/docs
- Size: 181 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AKAP docs
The [AKA protocol](https://akap.me) (AKAP) is an idea, a specification, and a set of smart contracts written for the Ethereum blockchain. It tackles a challenge seen on blockchains related to immutability and how you write code to handle such an environment.
In short the challenge facing blockchain developers is that when they deploy code others depend on, there's no easy upgrade path. The location of the code is tied in with the location of storage, and if you want to upgrade your code you can't easily take this storage with you. Deploying a new version would force everyone who depend on it to change their references, not to mention the pain of repopulating existing data.
Eternal storage is a pattern that AKAP can help you leverage, where the idea is to keep your storage separate from your code.
Please see the [documentation](https://akap.me/docs) for more in depth material.
## Repositories
This repository contains the AKAP docs. Other related repositories:
[AKAP](https://github.com/cfelde/AKAP)
[AKAP docs](https://github.com/cfelde/AKAP-docs)
[AKAP browser](https://github.com/cfelde/AKAP-browser)
[Using AKAP](https://github.com/cfelde/Using-AKAP)