-
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
3 changed files
with
7 additions
and
1 deletion.
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,3 +1,9 @@ | ||
# Verifiable counter | ||
|
||
This is a simple counter smart contract. | ||
This is a simple counter smart contract written in [folidity](https://github.com/SkymanOne/folidity). | ||
It has some arbitrary bounds that allow you to control a dynamic formal specification of the contract. | ||
Folidity compiler allows you to formally prove that these bounds and contracts are not violated in your code. | ||
|
||
## Usage | ||
- `folidity new <project_name>` - initialise a new counter project in the destination directory. | ||
- `folidty check <file_name>` - check the source code for parser, semantic and type errors. |
Empty file.
Empty file.