Skip to content

Commit

Permalink
feat: simple storage with starknet-js (#222)
Browse files Browse the repository at this point in the history
* feat: simple storage with starknet-js

* feat: add how_to_deploy & fix tutorial content for simple_storage

* fix: update links & add section in summary

* feat: revisions #222

---------

Co-authored-by: julio4 <[email protected]>
  • Loading branch information
egeaybars123 and julio4 authored Jun 25, 2024
1 parent 3fbfb60 commit 0d9f473
Show file tree
Hide file tree
Showing 12 changed files with 901 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ source = "git+https://github.com/OpenZeppelin/cairo-contracts.git?tag=v0.11.0#a8
name = "scarb"
version = "0.1.0"

[[package]]
name = "simple_storage"
version = "0.1.0"

[[package]]
name = "simple_vault"
version = "0.1.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PRIVATE_KEY = "PASTE_PRIVATE_KEY_HERE"
1 change: 1 addition & 0 deletions listings/applications/simple_storage_starknetjs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.env
6 changes: 6 additions & 0 deletions listings/applications/simple_storage_starknetjs/Scarb.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Code generated by scarb DO NOT EDIT.
version = 1

[[package]]
name = "simple_storage"
version = "0.1.0"
14 changes: 14 additions & 0 deletions listings/applications/simple_storage_starknetjs/Scarb.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[package]
name = "simple_storage"
version.workspace = true
edition = "2023_11"

[lib]

[dependencies]
starknet.workspace = true

[scripts]
test.workspace = true

[[target.starknet-contract]]
Loading

0 comments on commit 0d9f473

Please sign in to comment.