bkrem / awesome-solidity

⟠ A curated list of awesome Solidity resources, libraries, tools and more
https://bkrem.github.io/awesome-solidity
6.54k stars 945 forks source link

Added truffle-assertions #39

Closed rkalis closed 6 years ago

rkalis commented 6 years ago

I added my truffle-assertions library, which is used mainly to assert that specific events with a specified event type have been emitted. The library also takes a filter function on the event arguments, allowing the developer to make the assertions as coarse or as fine-grained as needed.

Checklist

bkrem commented 6 years ago

Thank you for your contribution @rkalis! :)