e-zk/aredotna-go
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
are.na module :: wip ==================== essentially a from-scratch rewrite of https://github.com/xanderseren/arena-go with the following goals: - no third-party modules - modern golang (arena-go is 7 years old) - proper tests - no '*Service' stuff (provides the a.Channel.GetBlocks(), type of interaction) - i think it adds just slightly more complexity with not that much payoff in terms of usability/readability. status ------ complete mess. in progres of trying to mimic xanderseren/arena-go as much as possible to try and clean it up. todo ---- everything