Y
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
bs-config.json
0 → 100644
contracts/F3Devents.sol
0 → 100644
contracts/FoMo3Dlong.sol
0 → 100644
contracts/Hourglass.sol
0 → 100644
contracts/Migrations.sol
0 → 100644
contracts/PlayerBook.sol
0 → 100644
contracts/TeamJust.sol
0 → 100644
contracts/library/MSFun.sol
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "genePet", | |||
| "version": "1.0.0", | |||
| "description": "", | |||
| "main": "truffle.js", | |||
| "directories": { | |||
| "test": "test" | |||
| }, | |||
| "scripts": { | |||
| "dev": "lite-server", | |||
| "test": "echo \"Error: no test specified\" && exit 1", | |||
| "flat": "sh ./flattener.sh" | |||
| }, | |||
| "author": "", | |||
| "license": "ISC", | |||
| "devDependencies": { | |||
| "lite-server": "^2.3.0" | |||
| }, | |||
| "dependencies": { | |||
| "zeppelin-solidity": "^1.4.0" | |||
| } | |||
| } |
src/.DS_Store
0 → 100644
File added
src/css/alertify.css
0 → 100644
src/css/base.css
0 → 100644
src/css/bootstrap.min.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/css/custom.css
0 → 100644
src/css/ghostframe.css
0 → 100644
src/img/tbear.png
0 → 100644
23.5 KB
src/img/tbull.png
0 → 100644
19.2 KB
src/img/tsnek.png
0 → 100644
19.9 KB
src/img/twhale.png
0 → 100644
23.2 KB
src/index.html
0 → 100644
src/js/alertify.js
0 → 100644
src/js/bootstrap.bundle.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/js/bundle.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/js/clipboard.min.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/js/jquery-3.2.0.min.js
0 → 100644
truffle.js
0 → 100644