Helper script to save the GeoJSON into Blockchain in corresponding format.
GeoJSON is a format for encoding a variety of geographic data structures. In 2015, the Internet Engineering Task Force (IETF), in conjunction with the original specification authors, formed a GeoJSON WG to standardize GeoJSON. RFC 7946 was published in August 2016 and is the new standard specification of the GeoJSON format, replacing the 2008 GeoJSON specification
- Set the Accounts as environment variables.
- Fill in account details in
set_accounts.sh
- Run
. ./set_accounts.sh
to load addresses as environment variables. - Install node dependencies by runnung
yarn install
ornpm install
- Run the script
yarn start