-
Notifications
You must be signed in to change notification settings - Fork 8
NicolasMelet's Builder Journey #116
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
Comments
Hello everyone ! Here is a little update on my work at gno.land I've started last thursday and I have been able to familiarize a bit with the gno language and the architecture of realms and pure packages. I have been able to create a basic home realm that implements the documentation's counter ! I am now currently working on a calculator realm that could perform more or less complex calculations ! The computation part is not ready yet, and I face a problem with Adena turning all non alphadecimal characters aside from '-' to their hexadecimal value. I currently plan on implementing a binary tree for the computation part, in order to handle priorities the right way. You can find my work on my repository for now: |
I moved my work to a fork of the monorepo and added a pull request: |
Last week I aimed to correct a few bugs and to improve my calculator app. My pull request is now ready for review |
Hey everyone !
My name is Nicolas and I am a third year french student in computer science.
I am part of the Epitech student program, and I like the C and C++ languages.
I am certainly not an expert in blockchain, but I'm eager to discover it along with Gno !
Follow this issue to know more about this journey of mine in the Gno world.
The text was updated successfully, but these errors were encountered: