-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Referral contract #68
Conversation
default: build | ||
|
||
all: test | ||
|
||
test: build | ||
cargo test | ||
|
||
build: | ||
stellar contract build | ||
@ls -l target/wasm32-unknown-unknown/release/*.wasm | ||
|
||
fmt: | ||
cargo fmt --all | ||
|
||
clean: | ||
cargo clean |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete this file. (Makefile)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check the comment I left you, and also reduce the number of files, as there are too many. Good implementation, but reduce them.
test_snapshot is a significant part of the file counts. should i delete those? |
No, not that. |
Ok, I've tried to remove some file by restructring the codebase |
Have you finished making all the changes? |
Yes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🫡
🚀 StarShop Pull Request
Mark with an
x
all the checkboxes that apply (like[x]
)📌 Type of Change
📝 Changes description
A Soroban smart contract implementing a sophisticated multi-level referral
system with reward tracking, commission distribution, and user verification.
📸 Evidence (A photo is required as evidence)
Test result
⏰ Time spent breakdown
🌌 Comments
Thank you for contributing to StarShop, we are glad that you have chosen us as your project of choice and we hope that you continue to contribute to this great project, so that together we can make our mark at the top!