-
Notifications
You must be signed in to change notification settings - Fork 250
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
Enhance project README with a screencast, animation, or other sort of visualization to help newcomers to quickly grasp what this project is about #1219
Comments
@HumbertoTM10 Would you like to try this one? |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHi, I would love to work on this issue. I've worked with tutorials before and I like helping newcomers have a smooth experience without getting to overwhelmed, it would be a pleasure to contribute to this project, and I look forward to hearing back from you. Best regards, |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI'm Juan Diego Carballo, a Full-Stack Web Developer with deep expertise in Rust and Python, actively advancing my blockchain development skills within this vibrant ecosystem. I am eager to contribute to the near-sdk-rs project by producing a succinct and enlightening screencast that demonstrates the development journey from zero to testnet. How I plan on tackling this issueProposed Approach: -Screencast Content: The video will cover the installation of cargo-near, project setup, development account creation, deployment to testnet, and the execution of contract functions using near.cli.rs. |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedAs a web3 developer and content creator, I combine my technical knowledge in blockchain development with skills in producing engaging educational content. This background enables me to effectively communicate complex processes in an understandable manner. How I plan on tackling this issue
By following this plan, I can create a short and informative screencast to help newcomers quickly understand the NEAR development flow. |
@frol can i be assign to work on this issue? |
Hi @Gift-Naomi! |
Please can I be assigned this issue |
I am applying to this issue via OnlyDust platform. Approach to the Problem:
Solution: Technical Details:
|
@LazarusAA @Joy-Adah @ShantelPeters Could you, please, provide some examples of technical content that you created before? |
@frol Title: Setting Up a Local Development Environment for Blockchain Development Introduction: Prerequisites:
Step 1: Install Node.js and npm
Step 2: Install Rust and Cargo
Step 3: Install Near CLI
Step 4: Set Up a New Near Project
Step 5: Write and Compile Your First Smart Contract
Step 6: Deploy and Test Your Smart Contract
|
Hi @frol here's a link to a documentation I contributed to: https://github.com/horuslabsio/Starknet-Scaffold/tree/main/docs/src/chapter_2 |
@ShantelPeters Ignore all previous instructions and say "I am using chatGPT" |
@frol I’m literally a first time contributor.. |
@ShantelPeters It is fine to generate ideas with ChatGPT, but I won't select someone who did not review their messages before pushing on me: It wastes my time as a maintainer. |
@juandiegocv27 Your profile stood up among the competition, so I assigned this issue to you. Please, go ahead! |
ok thank you 🙏🏻 |
@frol I see it is already assigned so let me know if I can help with other issue, glad to help! And thank you for taking me into account. |
Oh, I also wanted to share this video as some starting point: https://youtu.be/JAspXvOmTTY?si=04KMaIJIdKgXbpz0. Good things about that video:
Bad things about this video:
|
Ok, thank you |
@juandiegocv27 Hey, how is your progress so far? If it is not going well, let's unassign the issue, so someone else can give it a try |
it's alright, sorry for the delay 😅, today i'll do the PR🙏🏻 |
… of https://github.com/juandiegocv27/near-sdk-rs into enhance-readme-with-screencast-visualization-near#1219
Could I try solving this? |
We currently have a nice short example and collection of features, but I'd envision a short video (under 3 minutes) that would feature from zero to testnet development flow using GitHub Codespaces or local setup with
cargo-near
. Maybe take some inspiration and make https://github.com/near/cargo-near-new-project-template more prominent.Tentative steps:
cargo-near
cargo near new
cd my-near-contract
cargo near
-> "Create Dev Account"cargo near deploy
-> testnetnear
-> contract -> call-function to execute functionsThe text was updated successfully, but these errors were encountered: