-
Notifications
You must be signed in to change notification settings - Fork 0
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
First OKP4 boilerplate, with Vite #2
Conversation
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.
@antho31 Is this wanted that all sources file are located in a vite
folder ?
Yes, I propose a monorepo, expect more boilerplates with other frameworks (svelte, ...) later ;) |
@ErikssonJoakim autoprefixer fixed, thanks for the feedback |
FYI - PR linked to a tutorial (axone-protocol/docs#318) |
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.
Alright. Let's proceed with this initial step.
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.
Thx for this first boilerplate, nice to see enhancements to DX 😉
I'll note here some ideas of improvements that should be considered (or not) before going public :):
- Dedicate this repository as the vite boilerplate instead of making it a monorepo containing all the boilerplates.
- Consider a CI ensuring code quality, this also means defining the expected quality of boilerplate :).
- Make configurable some constants like rpc URL.
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.
👍
Thanks for your feedback!
|
@antho31 I can help you for the CI if you want ;) |
…r compatibility Co-authored-by: Joakim Eriksson <[email protected]>
Co-authored-by: Joakim Eriksson <[email protected]>
8354ab6
to
ab8e533
Compare
Here is the first UI Starter to interact with the OKP4 protocol (with smart contracts).
It provides all the basic pieces of code to:
cognitarium
(RDF triples data store) &law stone
(Prolog program rules store) smart contract instancescognitarium
instancecognitarium
instance (SPARQL select)law stone
query)A step-by-step tutorial will be published soon based on this boilerplate.
FYI @lolottetheclash @ErikssonJoakim @AnjaMis @Yoj16
I'm not used to coding frontends and am not comfortable with CSS coding. Please provide a better UI if necessary. You can take the opportunity to see how interactions with the OKP4 blockchain are possible.