C
Showing 336 posts related with C.
-
Intermediate · 15 minutes or lessSplit Contract Template with Go
An example walkthrough of the Split Contract Template in Go
-
Beginner · 15 minutes or lessCreate Your First ORE ID Application
Creating your test app is simple using our sample app. Here you will learn to create an ORE ID app and configure the sample app to run your test app, allowing you to test logins and transaction signing on the chain.
-
Intermediate · 30 minutesAlgo Builder Tutorial Part 4: Testing Smart Contracts
In this tutorial we present how `algob` helps the developers to test their smart contracts effectively.
-
Intermediate · 30 minutesAlgo Builder Tutorial Part 3: Stateful Smart Contracts
This is the third tutorial from the Algo Builder series. In this tutorial we present how `algob` helps the developers to wield the power of Stateful Smart Contracts with TEAL.
-
Intermediate · 30 minutesAlgorand Studio | Tutorial 3: Smart Contract Limit Order
Introduce the Algorand Standard Asset (ASA) model and work through the LimitOrder smart contract to learn issuing your own ASA & using the smart contract to exchange ALGO for an ASA.
-
Beginner · 1 hourCreating an NFTMarketplace
Creating an NFTMarketplace application where users can mint, buy and sell NFTs.
-
Beginner · 1 hourWriting a Simple Smart Contract
Example showing how to build a simple smart contract.
-
Beginner · 15 minutes or lessCreating a Java Transaction with the PureStake API
Learn to create a transaction and send it programmatically.
-
Intermediate · 30 minutesLimitOrder Contract with Java
A walkthrough example of how to use a limit order contract with Java.
-
Beginner · 15 minutes or lessCreate an Account on TestNet using JavaScript
This tutorial demonstrates the steps involved in creating a basic Standalone Algorand Account using the JavaScript SDK.
-
Beginner · 15 minutes or lessUsing VS Code with Go
This tutorial will facilitate how to debug using Visual Studio (VS) Code with Go
-
Intermediate · 30 minutesHash Time Lock Contract Template With JavaScript
Build a Smart Contract that functions as a HTLC using JavaScript
-
Intermediate · 30 minutesLimitOrder Contract with Python
A walkthrough example of how to use a limit order contract with Python.
-
Intermediate · 30 minutesHash Time Lock Contract Template With Java
Build a Smart Contract that functions as a HTLC using Java
-
Beginner · 15 minutes or lessUsing VS Code with Python
This tutorial will facilitate how to debug using Visual Studio (VS) Code in Python
-
Beginner · 15 minutes or lessCreate an Account on TestNet using Go
This tutorial demonstrates the steps involved in creating a basic Standalone Algorand Account using the Go SDK
-
Intermediate · 30 minutesLimitOrder Contract with JavaScript
A walkthrough example of how to use a limit order contract with JavaScript.
-
Beginner · 1 hourCreate and test smart contracts using Python
Create two smart contracts using Python Algorand SDK and PyTeal, then test their implementation using pytest.