初始化提交
Showing
LICENSE
0 → 100644
box-img-lg.png
0 → 100644
57.7 KB
box-img-sm.png
0 → 100644
7.44 KB
bs-config.json
0 → 100644
contracts/.gitkeep
0 → 100644
contracts/Adoption.sol
0 → 100644
contracts/Migrations.sol
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
| { | |||
| "name": "pet-shop", | |||
| "version": "1.0.0", | |||
| "description": "", | |||
| "main": "truffle.js", | |||
| "directories": { | |||
| "test": "test" | |||
| }, | |||
| "scripts": { | |||
| "dev": "lite-server", | |||
| "test": "echo \"Error: no test specified\" && exit 1" | |||
| }, | |||
| "author": "", | |||
| "license": "ISC", | |||
| "devDependencies": { | |||
| "lite-server": "^2.3.0" | |||
| } | |||
| } |
test/.gitkeep
0 → 100644
test/TestAdoption.sol
0 → 100644
truffle-config.js
0 → 100644