Algorand for Beginners 1 – How to set up a development environment for Algorand? | Nextrope Academy

Paulina Lewandowska

27 Sep 2022
Algorand for Beginners 1 – How to set up a development environment for Algorand? | Nextrope Academy

In this article we start our series of articles that form the Algorand course for beginners. From the series of articles you will learn, among other things, how to set up a development environment for Algorand, how to deploy a smart contract on the Algorand network of your choice, how to write a simple smart contract, and what tools and frameworks you can use to work with the Algorand blockchain.

Algorand is a "green blockchain" launched in 2019, with the overarching goal of solving the blockchain trilemma through transaction speed, security, and a consensus algorithm that ensures full decentralization of the network.

A list of the necessary tools and components:

  • Visual Studio Code
  • Python 3.6 or later
  • pyTeal library and py-teal-sdk
  • Docker Desktop
  • Algorand Sandbox
  • Skeleton project repository

Visual Studio Code installation

Visual Studio Code will be your IDE, with the help of this program you will be able to write application code.

Visual Studio Code (known as VS Code) is a free and open source text editor from Microsoft. VS Code is available for operating systems: Windows, Linux and macOS. Although the editor is relatively lightweight, it includes several advanced features that have made VS Code one of the most popular development environment tools in recent times.

  • Go to https://code.visualstudio.com/download  and download the installation file compatible with your operating system.
  • Install Visual Studio Code on your computer and proceed to the next step in this tutorial.

Installing Python

Python is a general-purpose, high-level interpreted programming language commonly used for web development, data analysis and automation.

One way to write smart contract logic for the Algorand network is with the Python library pyTeal ( https://pyteal.readthedocs.io/en/stable/ ), which allows you to write smart contract logic in python and compile the code into the TEAL code required by the AVM (Algorand Virtual Machine).

  • TEAL is an assembly language syntax for specifying a program that is eventually converted to AVM (Algorand Virtual Machine) byte code.
  • In VS Code, go to the "Extensions" tab used to install add-ons for Our IDE.

In the search bar, type "Python" and install Python extension for VS Code.

The next step is to install the interpreter for Python. This process varies depending on the operating system you are using.

Windows:

  • Download the installer for the language version of your choice from the official Python website https://www.python.org/downloads/ then go through the standard installation process,
  • An alternative to the above method is to install Python from the Microsoft Store, all the latest versions of python are available there.

MacOS:

  • To install the Python interpreter on macOS, we need to use the Homebrew package manager,
  • If Homebrew is already installed, open the command line and enter the command brew install python3.

On Linux distributions, the Python 3.x interpreter is installed by default.

After installing Python, it's a good idea to check that everything went as expected. To see the currently installed version of the interpreter, enter the command at the command line

python -v

Installing Docker Desktop

Docker Desktop is an easy-to-install application for macOS, Linux and Windows environments that allows you to create and share containerized applications and microservices.

Docker Desktop is required by the Algorand sandbox, a toolkit provided by the Algorand developers that is, a must-have, for any Algorand developer no matter what his or her level of expertise. Without Docker Desktop, you won't be able to run the most important tool for Algorand developers.

Installation files for each environment are available here.

After installation, Docker Desktop will start automatically.

Downloading Algorand Sandbox

Algorand sandbox is a set of tools that facilitate communication and interaction with the Algorand blockchain. Components of the sandbox include indexer, goal and algod.

With sandbox you can run betanet, testnet and mainnet in network mode, create tokens, nodes, execute transactions, create wallet addresses, check account balances, or deploy your applications on the network of your choice.

  • Go to https://github.com/algorand/sandbox and copy the link to the sandbox repository
  • Then open the command line on your computer, navigate to the desired location and enter the command git clone <repository address>
  • The sandbox repository will be cloned to your computer and you can start using it right away

Downloading the repository skeleton

To get started with Algorand easily enough, you should use the project skeleton, prepared by the Algorand development team.

Running Python (venv)

Python venv is a virtual Python environment in which the Python interpreter, libraries and scripts installed in it are isolated from those installed in other virtual environments and (by default) any libraries installed in "system" Python, i.e. one that is installed as part of the operating system.

To run a virtual Python environment follow a few simple steps:

  • Open the previously downloaded project skeleton in VS Code and start the terminal,
  • Make sure you are in the root directory of the project and enter the command python -m venv venv, the python virtual environment will be created with the name "venv",
  • Then depending on the operating system you are using, enter another command to activate the virtual environment:
  • MacOS: source ./venv/bin/activate
  • Windows: source ./venv/Scripts/activate,
  • To make sure you are working on the correct virtual environment, check that the name of your virtual environment appears before the command line in the terminal.

Installing additional libraries

In the example project in the requirements.txt folder, there are additional libraries that you need to install to start writing code for your application using the pyTeal library.

PyTeal is a Python language library for constructing Algorand smart contracts. It was created as a community project. The main goal of this library is to make writing contracts even easier and more accessible for programmers who prefer programming in Python.

  • To install additional libraries into your virtual environment you need to put is in the project's root directory in the requirements.txt file,
  • The most important libraries that we will use when writing smart contracts for Algorand are pyTeal and py-teal-sdk,
  • Once you have the requirements.txt file enter the following command to start installing additional libraries, pip install -r ./requirements.txt .

Linking your project to a sandbox

When creating your blockchain application, after some time you may need, for example, to deploy it on a network of your choice. For this task you will need the Algorand sandbox, but first you need to properly connect your project to the sandbox by pointing it to the location of Our Project, among other things.

To do this, navigate to the folder where the Algorand sandbox you downloaded earlier is located and follow the instructions below:

  • Open the docker-compose.yml file and in the services.algod section enter the additional volumes key with three additional parameters:
  • -type: bind,
  • source: <path to your project>,
  • target: /data,
  • example in the graphic below:

Starting the Algorand sandbox

To interact with the Algorand blockchain using the sandbox, you must first launch the sandbox container in Docker Desktop application.

To do so, follow the instructions below:

Open the command line on your computer and navigate to the folder of the sandbox you downloaded earlier,

Then enter the command ./sandbox up to start the sandbox container and place it in Docker,

By default, the sandbox will be started with betanet support. To run the sandbox with support for another network enter  ./sandbox up testnet or ./sandbox up mainnet .

Summary

With all the above steps completed, you have a ready-made environment to start working with the pyTeal library. You can now start writing your first smart contract, and deploy it on the network of your choice.

In the next article, we will introduce you to writing the simplest smart contract, along with deploying it on the Algorand network.

Tagi

Most viewed


Never miss a story

Stay updated about Nextrope news as it happens.

You are subscribed

Nextrope Partners with Hacken to Enhance Blockchain Security

Miłosz

21 Nov 2024
Nextrope Partners with Hacken to Enhance Blockchain Security

Nextrope announces a strategic partnership with Hacken, a renowned blockchain security auditor. It marks a significant step in delivering reliable decentralized solutions. After several successful collaborations resulting in flawless smart contract audits, the alliance solidifies the synergy between Nextrope's innovative blockchain development and Hacken's top-tier security auditing services. Together, we aim to set new benchmarks, ensuring that security is an integral part of blockchain technology.

Strengthening Blockchain Security

The partnership aims to fortify the security protocols within blockchain ecosystems. By integrating Hacken's comprehensive security audits with Nextrope's cutting-edge blockchain solutions, we are poised to offer unparalleled security features in our projects.

"Blockchain security should never be an afterthought"

"Our partnership with Hacken underscores our dedication to embedding security at the core of our blockchain solutions. Together, we're building a safer future for the industry."

said Mateusz Mach, CEO of Nextrope

About Nextrope

Nextrope is a forward-thinking blockchain development house specializing in creating innovative solutions for businesses worldwide. With a team of experienced developers and blockchain experts, Nextrope delivers high-quality, scalable, and secure blockchain applications tailored to meet the unique needs of each client.

About Hacken

Hacken is a leading blockchain security auditor known for its rigorous smart contract audits and security assessments. With a mission to make the industry safer, Hacken provides complex security services that help companies identify and mitigate vulnerabilities in their applications.

Looking Ahead

As a joint mission, both Nextrope and Hacken are committed to continuous innovation. We look forward to the exciting opportunities this partnership will bring and are eager to implement a more secure blockchain environment for all.

For more information, please contact:

Nextrope

Hacken

Join us on our journey to deliver top-notch blockchain tech and a safer future for the industry!

Nextrope as Sponsor at ETH Warsaw 2024: Highlights

Miłosz

04 Oct 2024
Nextrope as Sponsor at ETH Warsaw 2024: Highlights

ETH Warsaw has established itself as a significant event in the Web3 space, gathering developers, entrepreneurs, and investors in the heart of Poland’s capital each year. The 2024 edition was filled with builders and leaders united in advancing decentralized technologies.

Leading Event of Warsaw Blockchain Week

As a blend of conference and hackathon, ETH Warsaw aims to push the boundaries of innovation. For companies and individuals eager to shape the future of tech, the premier summit during Warsaw Blockchain Week offers a unique platform to connect and collaborate.

Major Milestones in Previous Editions

  • Over 1,000 participants attended the forum
  • 222 hackers competed, showcasing groundbreaking technical skills
  • $119,920 in bounties was awarded to boost promising solution development

Key Themes at ETH Warsaw 2024

This year’s discussions were centered around shaping the adoption of blockchain. To emphasize that future implementation requires a wide range of voices, perspectives, and understanding, ETH Warsaw 2024 encouraged participation from individuals of all backgrounds. As the industry stands on the cusp of a potential bull market, building resilient products brings substantial impact. Participants mutually raised an inhibitor posed by poor architecture or suspicious practices.

Infrastructure and Scalability

  • Layer 2 (L2) solutions
  • Zero-Knowledge Proofs (ZKPs)
  • Future of Account Abstraction in Decentralized Applications (DApps)
  • Advancements in Blockchain Interoperability
  • Integration of Artificial Intelligence (AI) and Machine Learning Models (MLMs) with on-chain data

Responsibility

With the premise of robust blockchain systems, we delved into topics such as privacy, advanced security protocols, and white-hacking as essential tools for maintaining trust. Discussions also included consensus mechanisms and their role in the entire infrastructure, beginning with transparent Decentralized Autonomous Organizations (DAOs).

Legal Policies

The track on financial freedom led to the transformative potential of decentralized finance (DeFi). We tackled the challenges and opportunities of blockchain products within a rapidly evolving regulatory landscape.

Mass Adoption

Conversations surrounding accessible platforms underscored the need to simplify onboarding for new users, ultimately crafting solutions that appeal to mainstream audiences. Contributors explored ways to improve user experience (UX), enhance community management, and support Web3 startups.

ETH Legal, co-organized with PKO BP and several leading law firms, studied the implementation of the MiCA guidelines starting next year and affecting the market. It aimed to dissect the complex policies that govern digital assets.

Currently, founders navigate a patchwork of regulations that vary by jurisdiction. There is a clear need for structured protocols that ensure consumer protection and market integrity while attracting more users. Legal experts broke down the implications of existing and anticipated changes on decentralized finance (DeFi), non-fungible tokens (NFTs), business logic, and other emerging technologies.

The importance of ETH Legal extended beyond theoretical discussions. It served as a vital forum for stakeholders to connect and share insights. Thanks to input from renowned experts in the field, attendees left with a deeper understanding of the challenges ahead.

Warsaw Blockchain Week: Nextrope’s Engagement

The Warsaw Blockchain Week 2024 ensured a wide range of activities, with a packed schedule of conferences, hackathons, and networking opportunities. Nextrope actively engaged in several side events throughout the week and recognized the immense potential to foster connections.

Side Events Attended by Nextrope

  • Elympics on TON
  • Aleph Zero Opening Party
  • Cookie3 x NOKS x TON Syndicate
  • Solana House

Nextrope’s Contribution to ETH Warsaw 2024

At ETH Warsaw 2024, Nextrope proudly positioned itself as a Pond Sponsor of the conference and hackathon, reflecting the event's mission. Following a strong track record of partnerships with large financial institutions and startups, we seized the opportunity to share our reflections with the community.

Together, we continue to innovate toward a more decentralized and inclusive future. By actively participating in open conversations about regulatory and technological advancements, Nextrope solidifies its role as an exemplar of dedication, forward-thinking, and technological resources.