testnet
Showing 128 posts related with testnet.
-
Create an Account on TestNet using Go
This tutorial demonstrates the steps involved in creating a basic Standalone Algorand Account using the Go SDK
-
Create your Own Coin on TestNet (LaylaCoin Series)
Learn how to create, opt-in, transfer, and read balances of an asset on TestNet.
-
Create an Account on TestNet using Java
Create an Account on TestNet with Java
-
Create an Account on TestNet with Python
Generate a new account, fund it, and check your balance on TestNet using the Python SDK.
-
Create an Account on TestNet and Send Your First Transaction using C#
This tutorial demonstrates the steps involved in creating a basic Standalone Algorand Account using the Community Algorand .NET SDK and funding it using the Algorand Testnet Faucet. The tutorial also covers send a payment transaction between two accounts.
-
Create an Account on TestNet using JavaScript
This tutorial demonstrates the steps involved in creating a basic Standalone Algorand Account using the JavaScript SDK.
-
Decentralized Two-Factor Authentication With Algorand Standard Assets
Sample code for creating a basic two-factor authentication system with Algorand Standard Assets.
-
Create A Private Instance of Algorand In A Testbed
This tutorial demonstrates the steps involved in creating a fully private instance of Algorand in a testbed with three independent VMs.
-
Algorand-Telegram Interactions: Part 1 - The Basics
Create a Telegram Bot which connects your username to your Algorand account, then invoke some transactions.
-
Atomic Transactions Web and Console Applications
This is a DApp walkthrough to generate account addresses and mnemonic keys, fund the account, check the account details, and also perform transactions. This was built using the C#/.NET framework to communicate with the Algorand Blockchain.
-
“Alexa, ask Algorand for the latest round on MainNet?”
Sample code for how to transform a few basic interactions with the Algorand blockchain into a voice-interactive experience using Alexa.
-
Using the Algorand Blockchain to Track COVID-19
Sample code for scraping and processing IReport-Covid survey data from the Algorand Blockchain to better understand how COVID-19 affects people in real time.
-
Arduino on Algorand Blockchain
Sample code to connect any Arduino to the Algorand Blockchain.
-
Interact with the Algorand Blockchain Network using SMS and Voice
Use the Twilio SMS and Voice APIs to interact with the Algorand Blockchain.
-
Build Algorand iOS, Android and UWP apps using C# .NET SDK and Xamarin
This solution shows how to build an Algorand application for iOS, Android and Universal Windows Platform (UWP), with one code base, using Xamarin Forms and C#.
-
AlgoNim
AlgoNim is the first Algorand game incorporating all the features introduced in Algorand 2.0: Algorand Standard Assets (ASA), Atomic Transfers (AT) and Algorand Smart Contracts (ASC1).
-
Example Digital Exchange Smart Contract Application
This solution presents a very simple DEX application using stateless and stateful smart contracts. It allows users to place limit orders that are fulfilled at a later time by another party.
-
Ecommerce Payments Using PHP/Javascript
Allow users to pay for online goods using Algorand assets at the checkout terminal.