Skip to content

Commit

Permalink
added comment on a curl
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAlphaC committed Apr 11, 2021
1 parent 2f4dd43 commit 774fa71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/advanced_collectible/create_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ def write_metadata(token_ids, nft_contract):
if os.getenv("UPLOAD_IPFS") == "true":
upload_to_ipfs(metadata_file_name)

# curl -X POST -F file=@metadata/rinkeby/0-SHIBA_INU.json http://localhost:5001/api/v0/add


def upload_to_ipfs(filepath):
with Path(filepath).open("rb") as fp:
Expand Down

0 comments on commit 774fa71

Please sign in to comment.