diff --git a/README.md b/README.md index e1a5e21..0f910e8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -# A generic governance sample for Neo in Java +# Example of a Governance Smart Contract for the Neo Blockchain This code is the product of the [Neo DevLog Episode 3](https://www.youtube.com/watch?v=P9V_hADZJPI) 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 +It shows a simple implementation of a governance contract 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. +framework (at version 3.14.1). + +> Note: Neow3j might have evolved since the creation of this repository. +> Make sure to check out the neow3j [repository](https://github.com/neow3j/neow3j) +> and the docs at [neow3j.io](https://neow3j.io).