NEAR-Edu / near-certification-tools

2 stars 2 forks source link

rename org from "NEAR University Certificate" to "NEAR University" on mainnet contract #77

Open ryancwalsh opened 2 years ago

ryancwalsh commented 2 years ago

image

I removed the word "Certificate" here: https://github.com/NEAR-Edu/near-certification-tools/commit/51a0fb5e5eba7b338966bb319579145f2d2fb2a7#diff-47e8b3375cbfe37864e20227dbb48894e9845f195124707b8a752edbcb77cda6R4

But what stinks is that we'd already initialized the mainnet contract before that removal. So now it looks like the org is called "NEAR University Certificate".

I think @encody built a way for us to edit metadata like this.

encody commented 2 years ago

Using this method, it should be possible to simply call set_metadata with a deposit of 1 yoctoNEAR and a payload like:

{
  "metadata": {
    "name": "<name>",
    "symbol": "<SYM>",
    "spec": "nft-1.0.0",
    "reference": null,
    "reference_hash": null,
    "base_uri": null,
    "icon": "<icon>"
  }
}