smart contract
Showing 187 posts related with smart contract.
-
Intermediate · 30 minutesHash Time Lock Contract Template With Go
Build a Smart Contract that functions as a HTLC using Go
-
Intermediate · 30 minutesAlgo Builder Tutorial Part 5: Algob Console
In this tutorial we present how to use `algob console` to quickly and easily interact with Algorand Standard Assets and Smart Contracts.
-
Intermediate · 30 minutesHash Time Lock Contract Template With JavaScript
Build a Smart Contract that functions as a HTLC using JavaScript
-
Beginner · 1 hourCreating an NFTMarketplace
Creating an NFTMarketplace application where users can mint, buy and sell NFTs.
-
Intermediate · 15 minutes or lessSplit Contract Template with Go
An example walkthrough of the Split Contract Template in Go
-
Intermediate · 15 minutes or lessSplit Contract Template with Python
An example walkthrough of the Split Contract Template in Python
-
Intermediate · 30 minutesAlgorand Builder Tutorial: Part 1 - Creating Local Network and Deploying ASA
[Algorand Builder](https://github.com/scale-it/algo-builder) is a development environment, testing framework and asset pipeline for Algorand. Our goal is to make shipping Algorand applications simple, efficient, and scalable.
-
Intermediate · 1 hourTrack 65,000 Tickets - Arrays in Algorand
Learn how to create, update and read arrays in Algorand. We will utilize key-value pairs, bytes, and bits to persistently store almost 65,000 elements in a single smart contract.
-
Beginner · 30 minutesAlgorand Studio | Tutorial 1: Basic Features
Set up your local machine for Algorand development using Algorand Studio, includes a walk through its basic features.
-
Beginner · 15 minutes or lessAlgo Builder Tutorial Part 6: Using Tmpl expressions from PyTEAL
In this tutorial we will show how to use Tmpl expression from PyTeal in Algo-Builder.
-
Intermediate · 15 minutes or lessSplit Contract Template with JavaScript
An example walkthrough of the Split Contract Template in JavaScript
-
Intermediate · 30 minutesUsing TEAL debugger with algo-buiilder
In this tutorial we present how to use TEAL debugger with `algob` (debugging smart contracts with dry run OR launch a live debugging session)
-
Intermediate · 15 minutes or lessSplit Contract Template with Java
An example walkthrough of the Split Contract Template in Java
-
Beginner · 30 minutesVerify identity using a credential network
Build and test a smart contract in which accounts vouch for one-anther's credentials to establish a network of trust.
-
Beginner · 30 minutesBuild a Web dApp Algorand Wallet Interface Using Reach and Vue
A starter web dApp wallet interface using Reach-lang & Vue, that connects to an Algorand wallet & funds it from a local devnet
-
Intermediate · 1 hourCreate 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.
-
Intermediate · 15 minutes or lessAlgorand Blockchain Development using Reach Part 1
The future is bright for Algorand and Algorand Blockchain Developers. Tools like Reach are going to be the forefront of CrossChain / MultiChain development.
-
Intermediate · 30 minutesHash Time Lock Contract Template With Java
Build a Smart Contract that functions as a HTLC using Java