Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Readme #145

Merged
merged 4 commits into from
Dec 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# LandVer - Land Verification System

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](https://github.com/NoshonNetworks/landver/graphs/contributors)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

LandVer is a decentralized land registration and verification protocol, utilizing blockchain technology to provide a secure, transparent, and immutable system for managing land records. The protocol facilitates land transactions and ownership verification across multiple blockchains, beginning with Starknet.
[LandVer](https://landver.net/) is a decentralized land registration and verification protocol, utilizing blockchain technology to provide a secure, transparent, and immutable system for managing land records. The protocol facilitates land transactions and ownership verification on the Starknet blockchain.

While initially built on Starknet, LandVer is designed to be cross-chain compatible, allowing land transactions and records to be securely managed across multiple blockchains. LandVer is one of the many products of Noshon Networks, which aims to bring innovation to the world of real estate.

Expand All @@ -29,10 +29,10 @@ Steps to build and run LandVer locally.

Ensure you have the prerequisites installed before proceeding.

[scarb](https://docs.swmansion.com/scarb/docs.html)
[snfoundry](https://book.getfoundry.sh/getting-started/installation)
[install npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
[install rust](https://www.rust-lang.org/tools/install)
- [scarb](https://docs.swmansion.com/scarb/docs.html)
- [snfoundry](https://book.getfoundry.sh/getting-started/installation)
- [install npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
- [install rust](https://www.rust-lang.org/tools/install)



Expand Down
Loading