Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.39 KB

BUILD.md

File metadata and controls

61 lines (42 loc) · 1.39 KB

BUILD EARTH

Disclaimer: The code is not pretty, but it should work.

Requirements

  • Checkout with submodules
  • Install npm

Build and run

npm install # install dependencies
npm run build # build
npm run ganache # start local blockchain
npm run deploy-contract-ganache # deploy contracts
npm run webpack # start local web server

Generate metadata

npm run generate-metadata-json
npm run generate-metadata-images # requires Python, Selenium, Firefox

Deployment

npm run generate-contract-flat # generate single-file contracts

Testnet URLs

Ethereum

Sepolia

Goerli (Deprecated)

TODO

High priority

  • Show my tiles

Medium priority

  • Toggle show/hide all tile messages.
  • Indicate loading when reading blockchain data.
  • Improve performance by using different geometry for drawing tiles.
  • If connected to wrong network, prompt wallet to change network via wallet_switchEthereumChain.

Low priority

  • Cleanup HTML and CSS
  • Add more attributes? (Climate zone, Highest point, Lowest point, Population)