SpeedRunEthereum
SpeedRunEthereum copied to clipboard
speedrunethereum.com 🏃♀️
This is just a preview while we merge https://github.com/BuidlGuidl/SpeedRunEthereum/pull/187. Once that PR is merged, this will move from draft to a normal PR.
There are two main ways to add internationalized messages: ### Inside JSX ([docs](https://formatjs.io/docs/react-intl/components)) Most of the time this is what we need. The way to use `` with rich text:...
A handy filter would be to have checkboxes for each challenge, and a dropdown for the status when CHALLENGE_AUTOGRADE is selected in the Activity component. Status either being accepted or...
I haven't checked if this is happening in light mode as well, but I've seen a few things using opacity in dark mode (borders, dividers, etc), so I wouldn't be...
404 page
Implemented a 404 page todo Copied the design from the link in the comment [here](https://ant.design/components/result/#components-result-demo-404) without adding another dependency (`antd`) 
So many builders registering :D Also add the builder count.
EIP 4361 was merged a few days ago. > Sign-In with Ethereum describes how Ethereum accounts authenticate with off-chain services by signing a standard message format parameterized by scope, session...
This is happening only happening locally. Tested that it works on firebase. Update: happening only on rejecting. Approving a build doesn't approve the rest of the builds.
This is calling for a middleware. I envision using something like this: ```js app.post("/challenges", userOnly, verifySignature("challengeSubmit"), async (req, res) => { // ... } ``` That means the middleware would...