Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Commit f6ce02e

Browse files
feat: add share smart contract and client sdk
1 parent 4dc5193 commit f6ce02e

21 files changed

Lines changed: 3097 additions & 81 deletions

.gitignore

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,15 @@ yarn-error.log*
2424

2525
.firebase
2626

27-
.version
27+
.version
28+
29+
.idea
30+
share-program/.anchor
31+
share-program/.key
32+
share-program/node_modules
33+
share-program/target
34+
share-program/package-lock.json
35+
share-program/Cargo.lock
36+
37+
cypress/videos
38+
cypress/downloads

0 commit comments

Comments
 (0)