Skip to content

Commit

Permalink
added truffle testsuite from audit data
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kong authored and Michael Kong committed Jun 12, 2018
1 parent 930713b commit 085cead
Show file tree
Hide file tree
Showing 31 changed files with 10,151 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
21 changes: 21 additions & 0 deletions audits/testsuite/fantom-audit-truffle-one/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Fantom Token Review

This directory contains the testing suite used in the security review. In order
to run the tests the requisite node modules need to be installed. This can be
achieved via:

```
$ npm install
```

A ganache-like client, with large amount of ether (`testrpc` and `geth --dev` are alternative options) need to be running, i.e

```
$ ./largeTestAccounts.sh
```

The tests can then be executed via

```
truffle test
```
Loading

0 comments on commit 085cead

Please sign in to comment.