https://github.com/blockscout/verified-smart-contracts
Blockscout verified smart-contracts dumps
https://github.com/blockscout/verified-smart-contracts
Last synced: 4 months ago
JSON representation
Blockscout verified smart-contracts dumps
- Host: GitHub
- URL: https://github.com/blockscout/verified-smart-contracts
- Owner: blockscout
- License: gpl-3.0
- Created: 2020-01-27T10:44:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-05T23:12:34.000Z (over 3 years ago)
- Last Synced: 2024-12-29T08:11:41.575Z (5 months ago)
- Homepage:
- Size: 1.32 MB
- Stars: 10
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# verified-smart-contracts
All dumps are in `./pg-dumps` folder. A single file per chain. Each file can be restored in the Postgres DB into `smart-contracts` table with the following sample command:
```
pg_restore --host --port -U -d rink "./rinkeby_smart_contracts_table_dump" --verbose
```