Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
csmuller committed Dec 16, 2021
1 parent c7a7161 commit 35e5533
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# generic-governance
Sample code for a generic governance contract
# A generic governance sample for Neo in Java

This code is the product of the Neo DevLog Episode 3 held on Dec 16, 2021 on the Neo Discord Server.
It shows a simple implementation of a governance contract (or DAO) that handles proposals with
arbitrary intents. At the same time it serves as an example of how to use the neow3j test
framework (at version 3.14.1). Beware, that neow3j might have evolved a lot at the time that you
find this repository. So, make sure to also check out the [neow3j](https://github.com/neow3j/neow3j)
repository.

0 comments on commit 35e5533

Please sign in to comment.