-
Notifications
You must be signed in to change notification settings - Fork 8
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
Zone01 - Student Program Journey #59
Comments
Looking forward to following the journey! |
Hi everyone 👋 I've started following the "how-to-guides" section on https://docs.gno.land. It's well explained, but I find it lacking in comparison for a developer who has never worked in blockchain. For example, having developed in Go, I've deduced that the Render() function in Gno is somewhat equivalent to the main() function in Go, in the sense that it's necessary for executing realms. But there's nothing to confirm whether what I think is true or not. It would be nice to have comparisons between certain things specific to blockchain and things known to traditional developers. |
Today, I was able to start getting familiar with Gno by looking at the docs I also encountered my first problem during my To check the install, I used the So, I looked in my To solve the problem, I added the command Update : To solve the problem, without having to change the rights of the /usr/local/go/bin folder, and so that the binary in
when trying to install the GNO extension on vsCode, the command was asked to be done What I find odd about this installation is that @kazai777, who also uses an Apple Silicon Mac, didn't need to do this. Tomorrow, I'll be diving into the "How-to guides" and "GnoDev". |
What We Do:Explore :
Tutorial:
Installing gno & basic testing for smart contracts(realms):
Feedback:
|
More about us:After my colleagues explained who we are, what we're doing, we hope that we'll be part of the gno family in the long run, to participate and leave a legacy. As we begun diving into the docs, we found that the pages order is not logical for new developers who wants to learn about gnolang. As we discussed with @moul, we'll suggest some modification as we dive more. We yet made a PR #1712 to modify the testing command in testing-gno page. (first fingerprint 😛 ) |
TodayI created a new PR for a change in local Setup Update : PR validate and merge |
Review of my last weekI have test counter-app and poll. After the call with @gfanton, I'm back to testing Today |
After following @leohhhn 's whitelist tutorial, I created an issue with modification suggestions, issue 1794. It was very interesting as I encountered some problems and errors that helped me understand more how gno ecosystem works, and in the same time helped @leohhhn to know about some bugs in the code (I hope :) ). I hope that our experience will help the next trainees to understand easier the gno ecosystem. |
A quick update: A day of work with @moul in a coworking yesterday 21th march was very productive:
|
To continue my Update: I've finished my lottery, but unfortunately I wasn't able to generate totally random winning numbers using |
After finishing my lottery on gno.land, I created a mini tutorial and created a PR to add my lottery to the examples on the master gno repo. |
For better continue with language Now I think going start create a Forum for Artist or maybe group project for create a Wikipedia |
A quick update: A day of work with @moul in a coworking yesterday 21th march was very productive:
|
What's new? a lot 🎆 .
|
What's new? I've started a new project that you can follow here. The idea is to create a skill checker, where each user can submit skills and projects they've done, and ask to be audited by peers to check their level on a particular skill. Those audited will have a score that evolves according to the number of skills and audits received on each of their skills. Auditors will receive tokens as a reward for their audit and quality. |
Project LibraryI go to create library because I like read and I think it's good project for use many functionality in Gno. I don't say it's very relevant but I through it's fun. Step 1Add others functions and check how save a book Step 2Create user interface If you want speak with me for upgrade my code or other, with pleasure :) |
Update:
|
TimelockA Timelock is a smart contract that delays the execution of certain operations until a specified time period has passed. Project Structurep OverviewThis project includes the following components:
|
Hello, Opened an issue #2197 about a Gno Studio Connect issue. Made this quick PR #2227 about a typo in the Coins docs. We are working in group on what's next, after this internship experience. |
Update on our current work 👀I have a PR under review for the UUID package which I think will block with the creation solver. We’ll see if it’s feasible to do without it. An issue on ERC165 is open because I am working on its interpretation for Gno to enrich the |
Recently I made the following two PRs: |
Hi, I just updated my UUID . Feel free to take a look and share any improvement suggestions. |
Still working on GnoFundMe project, trying to deliver a simple and functional first version. We're thinking with @mous1985, @kazai777 and @DIGIX666 about creating a draft version of our "GnoPool" project that can clarify the idea and show how this contribution will look/work. In the same time, I try daily to take a look at every commit merged to try to understand what's new/happening, and figure out how to contribute to the core project. |
Hi everyone, with @DIGIX666 we've needed randomization in our projects several times, so we're going to start creating a VRF Oracle. We've made this issue to get feedback on the questions we're asking about it. |
Hi everyone :)
We are thrilled to create our first issue to share with you the adventure we're about to embark on in Gno.
To start, we are 4 students - @kazai777 (Zak) , @mous1985 (Muss), @MalekLahbib (Malek) , @DIGIX666 (Theo) - at Zone 01 school in Rouen (France).
Through our school, we were able to train in the Go language, therefore , we are excited to be able to come and contribute to GNO.
In this issue, you'll be able to follow all our adventures over the next 3 months.
We're looking forward to interacting with you.
See you soon 👋🏼
Hackerspace issue for https://github.com/gnolang/student-contributors-program/blob/main/zone01-rouen-fr/README.md
The text was updated successfully, but these errors were encountered: