Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frangio/truffle-globals-repro
https://github.com/frangio/truffle-globals-repro
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/frangio/truffle-globals-repro
- Owner: frangio
- Created: 2020-07-14T22:15:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-14T22:20:06.000Z (over 4 years ago)
- Last Synced: 2024-10-16T10:21:26.212Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
$ npx truffle testCompiling your contracts...
===========================
> Compiling ./contracts/Migrations.sol
> Artifacts written to /tmp/test-2020614-159090-2la8ad.ubhx3
> Compiled successfully using:
- solc: 0.5.16+commit.9c3226ce.Emscripten.clangfrom migration: artifacts = undefined
from tests: artifacts = { require: [Function: require] }✓ passes
1 passing (1ms)
```