An open API service indexing awesome lists of open source software.

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

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
```