-
Notifications
You must be signed in to change notification settings - Fork 18
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: add config and messaging base of contracts #1
feat: add config and messaging base of contracts #1
Conversation
@drspacemn I think we're good for a first PR and review before adding more stuff. Next PR will be for rust bindings. |
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.
For blobstream_starknet
we include unit tests
in the module and then the top level tests are for the contract logic itself. An example here would be:
tests/test_appchain.cairo
src/config/tests/test_config.cairo
src/messaging/tests/test_messaging.cairo
Thoughts on that structure?
@drspacemn ready for the second review. |
This PR aims at providing a base impl for appchain core contract on Starknet.
On-going tasks:
appchain.cairo
)We will open issues once this is done for contributions and missing features.