-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hey everyone 👋🏼
I'm Lucas Leclerc, a third-year student at Epitech Lyon. I'm currently the president of PoC Innovation, a student innovation center.
I have two years of experience in Web3, especially within the Ethereum ecosystem, where I’ve participated in internships, hackathons, and personal projects. I’ll use this experience to help improve and build new things that don’t exist yet on Gnoland.
As part of the student program, I’ll be sharing my progress and insights over the next two months. Stay tuned 🔥
Week 1
Before the internship officially started, I implemented an Optimistic Oracle inspired by the current UMA implementation. This type of oracle is used by projects such as Polymarket.
Here is the first PR: gnolang/gno#4681
During the first week, I focused on updating my code following Leon’s comments.
Week 2
After further discussions, we decided to move my PR to the community repository, which you can find here: gnoverse/community#16.
I have fully tested and fixed my code since it was broken after the last refactor.
Next, I plan to create Gno unit tests for my oracle and address Leon’s remaining comments.