Skip to content

Commit

Permalink
Neversea SC
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Oct 26, 2022
1 parent 0f5d2b3 commit 08d4635
Show file tree
Hide file tree
Showing 98 changed files with 52 additions and 341 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
resolver = "2"

members = [
"adder",
"adder/meta"
"neversea",
"neversea/meta"
]
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,13 @@ Template for creating smart contracts.
## Using the template

### clone or click `use this template` feature

# Never Sea Festival Smart Contract

You are the Never Sea Festival 2023 organizers and you decide to create the registration via blockchain.
Starting from this Smart Contract template you have to add more features to coordinate the event.

* Compile and deploy the Smart Contract template ===
* Modify the registration fee to enable Early Bird and Full price access ===
* Modify the registration endpoint to enable VIP access ===
* Create a feature to enable 50% discount vouchers for friends and partners ===
22 changes: 0 additions & 22 deletions adder/interaction/Adder.erdjs.md

This file was deleted.

25 changes: 0 additions & 25 deletions adder/interaction/devnet.snippets.sh

This file was deleted.

97 changes: 0 additions & 97 deletions adder/interaction/playground.py

This file was deleted.

26 changes: 0 additions & 26 deletions adder/interaction/testnet.snippets.sh

This file was deleted.

99 changes: 0 additions & 99 deletions adder/mandos/adder.scen.json

This file was deleted.

3 changes: 0 additions & 3 deletions adder/meta/src/main.rs

This file was deleted.

23 changes: 0 additions & 23 deletions adder/src/adder.rs

This file was deleted.

4 changes: 0 additions & 4 deletions adder/tests/adder_mandos_go_test.rs

This file was deleted.

14 changes: 0 additions & 14 deletions adder/tests/adder_mandos_rs_test.rs

This file was deleted.

19 changes: 0 additions & 19 deletions adder/tests/adder_test.rs

This file was deleted.

File renamed without changes.
8 changes: 4 additions & 4 deletions adder/Cargo.toml → neversea/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "adder"
name = "neversea"
version = "0.0.0"
authors = [ "you",]
edition = "2018"
publish = false

[lib]
path = "src/adder.rs"
path = "src/neversea.rs"

[dependencies.elrond-wasm]
version = "0.30.0"
version = "0.36.0"

[dev-dependencies.elrond-wasm-debug]
version = "0.30.0"
version = "0.36.0"
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 08d4635

Please sign in to comment.