Skip to content
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

add bootcamps #1203

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions docs/get-details/useful_resources.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
title: Useful Resources

This page contains resources that don't necessarily have their own page or we don't provide comprehensive details on how to use them, but are interesting enough that we encourage you to check them out.
# AlgoKit Developer Tool

[AlgoKit](https://github.com/algorandfoundation/algokit-cli) is a developer tool that is designed to help developers quickly get into writing and testing their Algorand applications. The tool provides support for building, testing, and deploying smart contracts. In addition, the tool supports running a local instance of Algorand. AlgoKit is in active development with many new features on the project's roadmap. Check out the [install guide](https://github.com/algorandfoundation/algokit-cli#install) and the [documentation](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/algokit.md). The [AlgoDevs](https://www.youtube.com/@algodevs) YouTube channel provides a [quick start](https://www.youtube.com/watch?v=dow6U8DxOGc) guide and also detailed videos for installing on [Windows](https://www.youtube.com/watch?v=22RvINnZsRo) and [Mac](https://www.youtube.com/watch?v=zsurtpCGmgE).

# AlgoDevs YouTube Channel

The [AlgoDevs](https://www.youtube.com/@algodevs) YouTube channel is focused on short-form developer content that provides a quick way to get up to speed on all things Algorand. These 5-10 minute videos cover topics, like writing PyTeal smart contracts, the Algorand Virtual Machine(AVM), Asset creation, transactions, and much more. These videos are actively maintained to be up to date with the current release of Algorand. Make sure to check them out and subscribe.
The [@AlgoDevs YouTube channel](https://www.youtube.com/@algodevs) is focused on short-form developer content that provides a quick way to get up to speed on all things Algorand. These 5-10 minute videos cover topics, like writing PyTeal smart contracts, the Algorand Virtual Machine(AVM), asset creation, transactions, and much more. These videos are actively maintained to be up to date with the current release of Algorand. Make sure to check them out and subscribe.

# Algorand Developer Discord

Join the Algorand developer [Discord](https://discord.gg/algorand) to keep up to date, ask questions, get code examples, comment on new features, and discuss Algorand standards.

# Smart Contract Examples

The algorand-devrel github repository is a great place to find working examples of larger ideas/platforms (e.g. AMM, mass NFT airdrop), to smaller demos of how to use new features made available within the AVM.
# Smart Contract Bootcamps using AlgoKit

[Algorand Developer Relations GitHub](https://github.com/algorand-devrel)
The AlgoDevs provide instructor lead bootcamps on a rotating basis ([registration required](https://developer.algorand.org/bootcamp)). Content ranges from beginner, to intermediate, thru advanced. Video recordings follow each session to catch up on delivered content within the [Algorand Developer Bootcamps on GitHub](https://github.com/algorand-bootcamp) repository.

# ARCs: Algorand Requests for Comments

Expand Down
Loading