-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update asdf installation guide #2594
Comments
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedi am a blockchain engineer with years of experience building and onboarding developers to web3 ecosystem through our technical training program. I have contributed to open-source projects including FORTA. I would like to work on this issue How I plan on tackling this issueI will review the installation.md file which contains the installation guidelines. I will add the reason for the |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI am a Web3 front-end developer skilled in technical documentation and software development. I greatly understand technologies like JavaScript, Typescript, Cairo, Rust and Solidity. I have contributed successfully to open-source projects like Stark Quest and Speedrun scaffold-stark. How I plan on tackling this issueMy Approach includes:
|
Hi @sprtd it is planned for ODHack 9.0 |
I'm done already with this. Prolly I could create a draft PR which you can review when |
This issue is reserved for ODHack. Please apply through the page as outlined there after the hack starts |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI'm Poulav Bhowmick, a Starknet Wolf. I am a software engineer at Invisible Studios, and a blockchain engineer with a robust background in TypeScript, Rust, Solidity Cairo, fullstack development and blockchain technology. My experience includes building robust applications, optimizing functionalities and blockchain integration. I have actively participated in events and open source contributions, enhancing my capability to tackle real-world tech challenges. My projects can be viewed on my GitHub Profile and OnlyDust Profile. Plus I´m active member of Starknet, Ethereum, Stellar ecosystem. How I plan on tackling this issuei will update the asdf installation guide for |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedhello @ i'm an experienced frontend developer and a blockchain developer i would love to work on this issue |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI am a full-stack and Web3 developer with experience in blockchain tools like StarkNet and Cairo. I have worked with Cairo, JavaScript, TypeScript, and Solidity, and I’m skilled in managing development environments and toolchain dependencies. I’ve also used package managers such as asdf, npm. How I plan on tackling this issueTo resolve the issue, I would first replicate it by using snforge or sncast in an environment without a global tool version or a .tool-versions file. After confirming the error, I would research how to properly set the StarkNet Foundry version with asdf, ensuring that users understand both global and local setups. I would then update the documentation with a warning about the error. |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI am a web3 developer, I have expertise in smart contracts, decentralized technologies, and frameworks like React. I can build innovative dApps, contribute to open-source projects, educate others, and network with industry leaders to advance my career in the decentralized space. ETA => 42HRS after being assigned How I plan on tackling this issueTo update the documentation for installing
|
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHi, please can I be assigned this please? This would be my first time contributing to this project and I would love to be the given the opportunity to contribute. I have experience in html, css, JavaScript,TypeScript and solidity, and Cairo dojoengine/book#308, How I plan on tackling this issueTo come up with a comprehensive and correct documentation I’ll take the following steps: Please assign me, I’m ready to work. |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHello, can I be assigned to work on this issue? I'm a software developer with over 6 years experience ETA: One day |
Hey @od-hunter how's the progress on this? |
Hi @cptartur , I'm on it already, will push a PR soon. |
<!-- Reference any GitHub issues resolved by this PR --> Closes #2594 ## Introduced changes <!-- A brief description of the changes --> - modify installation.md file ## Checklist <!-- Make sure all of these are complete --> - [x] Linked relevant issue - [x] Updated relevant documentation - [x] Added relevant tests - [x] Performed self-review of the code - [x] Added changes to `CHANGELOG.md` --------- Co-authored-by: User <user@Hunter.local> Co-authored-by: kkawula <57270771+kkawula@users.noreply.github.com>
Which components does the task require to be changed? (think hard pls)
snforge, sncast
Description
One of the possibilities of installing
starknet-foundry
is installing byasdf
,Lots of users don't know how to set
starknet-foundry
version inasdf
properly, and they get such error while trying to usesnforge
orsncast
without globally set tool version or without.toolversions
file in working dir:Update the guide section in docs by warning example and solution snippet.
Add an example for changing tool version.
The text was updated successfully, but these errors were encountered: