Closed zhanwu closed 1 year ago
You can now use the upload.py to upload chainmeta to the database
upload.py
./upload.py ./examples/coinbase_sample.json
Note, you will need export the Open Chainmeta DB connection to environment variable before using the tool
export CHAINMETA_DB_CONN=mysql+pymysql://user:pwd@dbhost/chainmeta
You can now use the
upload.py
to upload chainmeta to the databaseNote, you will need export the Open Chainmeta DB connection to environment variable before using the tool