Skip to content

Commit

Permalink
update readme in template
Browse files Browse the repository at this point in the history
  • Loading branch information
SkymanOne committed Mar 25, 2024
1 parent 2eca0d2 commit bd00760
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion examples/counter/README.md
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 removed examples/flipper/README.md
Empty file.
Empty file removed examples/flipper/flipper.fol
Empty file.

0 comments on commit bd00760

Please sign in to comment.