-
# Description
AFK nameservice, like ENS/STARK.ID Nft for AFK:
This PR is already started, you can start the work in identity/nameservice.cairo.
- [ ] Upgradeable contract
- [ ] Access contr…
-
This can of worms was opened up in Slack discussion and is something that has been on my mind for a while so I want to use this issue to follow up on the discussion.
### Question: Do we want to use…
-
What is needed to update to Scala 2.13 or 3 and make it work with exercism.
I am sure someone will do that in a PR but its likely a little more involved than just updating the build.sbt in each exerc…
-
Official docs:
https://book.cairo-lang.org/ch05-00-using-structs-to-structure-related-data.html
---
Exercism Concepts docs:
https://exercism.org/docs/building/tracks/concepts
Use Rust's "Str…
-
A student posted the following solution to the Allergies exercise (or something along this lines)
```
public class Allergies
{
private readonly int _allergy;
public Allergies(int mask)
…
-
In exercises [two-fer](https://exercism.org/tracks/scala/exercises/two-fer),
it seems like the tests are broken that use implicit nulls.
I imagine this is an issue for all variables like this aft…
-
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._
In Exercism v3, students can now choose to work on e…
-
### Which components does the task require to be changed? (think hard pls)
snforge
### Description
When calling `snforge init ` there is a `.gitignore` file created, that states what files sh…
-
Official docs:
https://book.cairo-lang.org/ch02-02-data-types.html#integer-types
---
Exercism Concepts docs:
https://exercism.org/docs/building/tracks/concepts
Use Python track's concepts as…
-
[Game trees](https://en.wikipedia.org/wiki/Game_tree) are trees that describe the possible choices in a turn-based game. The leaves are final states where either player has won, and each step up the t…