Skip to content
Merged
Show file tree
Hide file tree
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
18 changes: 9 additions & 9 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Weaver is a streamlined platform that facilitates connections between users and

We're building a specialized user engagement solution tailored exclusively for Starknet projects and users. Our product helps Starknet-based applications:

- Optimize user engagement
- Improve retention metrics
- Boost revenue streams
- Optimize user engagement
- Improve retention metrics
- Boost revenue streams

By harnessing data-driven campaign insights about user growth patterns, the platform enables Starknet projects to maintain and expand their user communities while enhancing their monetization strategies.

Expand All @@ -20,15 +20,15 @@ Weaver pioneers an innovative user growth ecosystem tailored specifically for St

## Unified Ecosystem Growth Framework

We're creating the first holistic user growth and campaign infrastructure native to Starknet, establishing a standardized methodology for measuring user metrics and rewarding engagement across the entire ecosystem.
We're creating the first holistic user growth and campaign infrastructure native to Starknet, establishing a standardized methodology for measuring user metrics and rewarding engagement across the entire ecosystem.

Unlike fragmented loyalty programs, our growth campaigns deliver value throughout all participating Starknet projects.

---

## Cross-Platform Network Effects

Weaver's distinctive advantage comes from generating **network effects** across the Starknet ecosystem.
Weaver's distinctive advantage comes from generating **network effects** across the Starknet ecosystem.

As project adoption increases, the value of user participation grows — encouraging deeper engagement with multiple Starknet applications and creating a self-reinforcing cycle of adoption.

Expand All @@ -38,12 +38,12 @@ As project adoption increases, the value of user participation grows — encoura

We're introducing fresh approaches to user retention through:

- **Campaign-driven reputation systems** that motivate users to discover and interact with diverse Starknet projects
- **Transparent on-chain passport framework** enabling users to showcase their contributions to specific products
- **Campaign-driven reputation systems** that motivate users to discover and interact with diverse Starknet projects
- **Transparent on-chain passport framework** enabling users to showcase their contributions to specific products

---

## Strategic Advantages

- **Pioneer status** in developing a Starknet-native growth campaign platform
- **Community-driven open-source architecture** facilitating rapid innovation
- **Pioneer status** in developing a Starknet-native growth campaign platform
- **Community-driven open-source architecture** facilitating rapid innovation
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ jobs:
- name: Setup Cairo
uses: starknet-edu/setup-cairo@v1
with:
cairo-version: "2.8.5"
cairo-version: "2.12.0"
scarb-version: "0.12.0"
starknet-foundry-version: "0.34.0"
starknet-foundry-version: "0.48.0"

- name: Build contracts
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/selective-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ jobs:
- name: Setup Cairo
uses: starknet-edu/setup-cairo@v1
with:
cairo-version: "2.8.5"
cairo-version: "2.12.0"
scarb-version: "0.12.0"
starknet-foundry-version: "0.34.0"
starknet-foundry-version: "0.48.0"

- name: Build contracts
run: |
Expand Down
4 changes: 2 additions & 2 deletions contracts/.tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
scarb 2.8.5
starknet-foundry 0.31.0
scarb 0.12.0
starknet-foundry 0.48.0
6 changes: 3 additions & 3 deletions contracts/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ edition = "2024_07"
# See more keys and their definitions at https://docs.swmansion.com/scarb/docs/reference/manifest.html

[dependencies]
starknet = "2.8.5"
starknet = "2.12.0"
openzeppelin = "0.15.1"

[dev-dependencies]
snforge_std = "0.34.0"
assert_macros = "2.8.2"
snforge_std = "0.48.0"
assert_macros = "2.12.0"

[[target.starknet-contract]]
sierra = true
Expand Down
Loading