Skip to content

Commit

Permalink
Merge pull request #47 from NoshonNetworks/registry
Browse files Browse the repository at this point in the history
feat: Create Land Registry Contract Structure
  • Loading branch information
fishonamos authored Oct 10, 2024
2 parents d8360ba + 0619532 commit 42d8eaa
Show file tree
Hide file tree
Showing 21 changed files with 119 additions and 813 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion land_registry/Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version = 1

[[package]]
name = "landver"
name = "land_registry"
version = "0.1.0"
dependencies = [
"openzeppelin",
Expand Down
11 changes: 9 additions & 2 deletions land_registry/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
[package]
name = "landver"
name = "land_registry"
version = "0.1.0"
edition = "2024_07"
cairo-version = "2.8.2"

# See more keys and their definitions at https://docs.swmansion.com/scarb/docs/reference/manifest.html


[dependencies]
starknet = ">=2.8.0"
openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts.git", tag = "v0.17.0" }

[dev-dependencies]
cairo_test = "2.8.0"

[[target.starknet-contract]]
91 changes: 0 additions & 91 deletions land_registry/src/contracts/LandHolder.cairo

This file was deleted.

68 changes: 0 additions & 68 deletions land_registry/src/contracts/LandInspector.cairo

This file was deleted.

103 changes: 0 additions & 103 deletions land_registry/src/contracts/LandNFT.cairo

This file was deleted.

Loading

0 comments on commit 42d8eaa

Please sign in to comment.