-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
22 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
# 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 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). | ||
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 that handles proposals with arbitrary intents. At the same time it serves as an example of | ||
how to use the neow3j test framework. | ||
|
||
> 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). | ||
> 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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters