Galt Project is an international decentralized land and real estate property registry governed by DAO (Decentralized autonomous organization) and self-governance protocol for communities of homeowners built on top of Ethereum blockchain.
@galtproject-geodesic repo contains libraries for coordinate transformation operations, as well as various implementations of computational geometry algorithms for operations with polygons.
📃 For more information read the Whitepaper
🚧 @galtproject-geodesic stage: Testnet
At the moment, @galtproject-geodesic contracts are deployed in our private Testnet(RPC: https://https-rpc.testnet-58.galtproject.io/, Explorer: https://explorer.testnet-58.galtproject.io/), we are preparing a deployment of the first version of contracts on the mainnet.
💣 Security review status: Unaudited
Unfortunately, we do not currently have sufficient resources for a full audit of the created contracts.
Our team believes that the Galt Project will enable people to transact land and real estate without borders and third parties. As well as creating self-governing communities without corruption and with transparent governance processes. You can contribute to this by checking the code and creating an issue, or by making a small donation to the address of the team 0x98064493535B22F6EbDf475341F0A6DaaBb7b538.
Also you can use our Galt Project dApp on mainnet with Private Property Registries functionality to support Galt Project!
📝Get started contributing with a good first issue.
make cleanup
- remove solidity build artifactsmake compile
- compile solidity files, executesmake cleanup
before compilationmake test
- run testsmake coverage
- run solidity coveragemake lint
- run solidity and javascript lintersmake ganache
- run local pre-configured ganache
For more information check out Makefile