Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adibas03 committed Oct 18, 2017
1 parent 06c124c commit 9ca27af
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,28 @@
# Solidity Truffle tests

## Description
This repo provides truffle based tests which carry out different attacks on the commonly used contracts and libraries in the Space
This repo provides truffle based tests which carry out different attacks on the commonly used contracts and libraries in the Space

## Dependencies
[Testrpc](https://github.com/ethereumjs/testrpc)
[Truffle](https://github.com/trufflesuite/truffle)

## Run tests
* Ensure you have Truffle installed
* Run testrpc or any other ethereum node
* Run `truffle test` from the repo directory

## Discoveries
[Open Zeppelin Safe Math]
###### Open Zeppelin Safe Math
- Addition:: -1 Added to 0 (overflow) : Should fail Addition - Minus:

## Contributors
(https://github.com/adibas03/Solidity-truffle-tests/graphs/contributors)
[Github contributors](https://github.com/adibas03/Solidity-truffle-tests/graphs/contributors)

To contribute, kindly create an issue to indicate what you would be working on, then create a PR once code is ready.


## Links
## Links/ Sources

* [Open Zeppelin Safe Math](https://github.com/OpenZeppelin/zeppelin-solidity/blob/master/contracts/math/SafeMath.sol)
* [Open Zeppelin Ownable](https://github.com/OpenZeppelin/zeppelin-solidity/blob/master/contracts/ownership/Ownable.sol)

0 comments on commit 9ca27af

Please sign in to comment.