-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added truffle testsuite from audit data
- Loading branch information
Michael Kong
authored and
Michael Kong
committed
Jun 12, 2018
1 parent
930713b
commit 085cead
Showing
31 changed files
with
10,151 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
Oops, something went wrong.