Skip to content

Commit

Permalink
Add Simple Open Auction demo
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvoth authored May 18, 2022
1 parent d84abfd commit 5ceda9b
Show file tree
Hide file tree
Showing 6 changed files with 796 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/analyzer/tests/analysis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ impl<'a> Iterator for ModuleIter<'a> {

test_analysis! { erc20_token, "demos/erc20_token.fe"}
test_analysis! { guest_book, "demos/guest_book.fe"}
test_analysis! { simple_open_auction, "demos/simple_open_auction.fe"}
test_analysis! { uniswap, "demos/uniswap.fe"}
test_analysis! { address_bytes10_map, "features/address_bytes10_map.fe"}
test_analysis! { assert, "features/assert.fe"}
Expand Down
Loading

0 comments on commit 5ceda9b

Please sign in to comment.