Geo-Web-Project / cadastre

Map-based interface for claiming, buying, and managing Geo Web land parcels.
https://geoweb.land/
MIT License
25 stars 15 forks source link

feat: metadata update #465

Closed tnrdd closed 9 months ago

tnrdd commented 9 months ago

Description

Uses the Geo Web Parcel License NFT metadata to upload the parcel name and URL and read it back to show the info in the parcel panel.

Issue

fixes #463, fixes #464, fixes #466, fixes #467

Checklist:

Alert Reviewers

@codynhat @gravenp

codynhat commented 9 months ago

Looks like the Fleek build is failing with 12:10:22 AM 11/08/2023: error hardhat@2.10.1: The engine "node" is incompatible with this module. Expected version "^14.0.0 || ^16.0.0 || ^18.0.0". Got "20.9.0"

I could change the Fleek image to use Node 18 instead of 20? What version are you using @tnrdd?

tnrdd commented 9 months ago

Seems like a library depends on an old version of Hardhat which requires Node to be at most version 18.

I think changing the Fleek Image to Node 18 would work, locally I installed the packages successfully on 16 and 18 and got the same error on 20.

gravenp commented 9 months ago

Awaiting https://github.com/Geo-Web-Project/cadastre/issues/466 to merge this to testnet