-
Notifications
You must be signed in to change notification settings - Fork 24
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
chore: Add permalinks to the cairo-by-example project #100
Comments
Can I be assigned to this? |
@mazurroman I'd like to pick this up. |
Hi, I'd love to take care of this |
I have gone through this and i'll be able to handle this appropriately |
Hi I am Jaipal (intro), i can take this issue. although i did check that cairovm.codes perma links contains some conflicting characters such as parenthisis which might mess with the markdown sytanx. i can encode them which should most definitely work if not might just shorten the links using dub.co (a good opensource link shortner) as the last resort if needed. |
Just raised a PR #116 for this. |
The cairo-by-examples project contains many Cairo code snippets. It would be great to add a link below relevant code snippets to open them in the Cairo playground on cairovm.codes so that devs can play with the code execution to understand it better.
cairovm.codes has a permalink feature, so that you can write some Cairo code and share it.
For the following code snippets, you should:
Acceptance criteria:
Create PRs on the cairo-by-example project with permalinks to cairovm.codes for the following code snippets:
PR Review
The PRs on the cairo-by-examples project should be reviewed in 2 steps:
The text was updated successfully, but these errors were encountered: