-
Notifications
You must be signed in to change notification settings - Fork 22
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
feat: POC for Starknet #1490
base: main
Are you sure you want to change the base?
feat: POC for Starknet #1490
Conversation
hthieu1110
commented
Jan 9, 2025
•
edited
Loading
edited
- setup Starknet structure
- add makefile build/test scripts
- deploy test contract
- integrate Starknet SDK with teritori
- integrate ArgentX wallet with teritori
- Implement todo-list contract: add_todo, get_todos, set_todo_done
- Add tests for todo-list contract
- Generate ABI + client SDK for todo-list contract
- make some call to get contract data
- make some transaction to contract
- gen client SDK with typechain => we can use starknet-react for now, it already has a typed client
✅ Deploy Preview for teritori-dapp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for gno-dapp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
I can only review front part, but sounds good for me.
Just a question, can we make this page accessible only in developerMode
for the moment ? Does it make sense ?
IMHO, it's not critical because this path is not accessible from any UI link so a user random cannot go there by mistake :D and in fact there is no really secret there, just my opinion |