contract
Showing 215 posts related with contract.
-
Intermediate · 15 minutes or lessSplit Contract Template with Java
An example walkthrough of the Split Contract Template in Java
-
Intermediate · 15 minutes or lessSplit Contract Template with JavaScript
An example walkthrough of the Split Contract Template in JavaScript
-
Intermediate · 15 minutes or lessSplit Contract Template with Go
An example walkthrough of the Split Contract Template in Go
-
Intermediate · 30 minutesLimitOrder Contract with Java
A walkthrough example of how to use a limit order contract with Java.
-
Intermediate · 30 minutesLimitOrder Contract with Python
A walkthrough example of how to use a limit order contract with Python.
-
Intermediate · 30 minutesLimitOrder Contract with JavaScript
A walkthrough example of how to use a limit order contract with JavaScript.
-
Intermediate · 30 minutesLimitOrder Contract with Go
A walkthrough example of how to use a limit order contract with Go.
-
Intermediate · 15 minutes or lessSplit Contract Template with Python
An example walkthrough of the Split Contract Template in Python
-
Example Crowdfunding Stateful Smart Contract Application
This solution explains one way to build a crowdfunding application on the Algorand Blockchain.
-
Example Permissioned Voting Stateful Smart Contract Application
This solution explains one way to build a permissioned voting application on the Algorand Blockchain.
-
Example Permissionless Voting Stateful Smart Contract Application
This solution explains one way to build a permissionless voting application on the Algorand Blockchain.
-
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.
-
Using Stateful Smart Contract To Create Algorand Standard Asset
Using PyTeal and goal, we use a stateful smart contract linked with an escrow account to create an Algorand Standard Asset.
-
Building a decentralized vault using stateful smart contracts
Vaults are a security mechanism to prevent cryptocurrency from being immediately withdrawn by forcing its creator to wait a certain wait time after a request has been made, while also giving them the ability to cancel a request that they have not made.
-
ASA payment for a smart contract service using Algorand
This article presents a solution for how to use ASA payment for a smart contract service using Algorand. We will implement this using [Algo Builder](https://algobuilder.dev).
-
Oracle for Algorand Using Smart Contracts
This solution shows how to combine Pyteal smart contract and a Java application to implement an Oracle, to provide real world data to Algorand smart contracts.
-
Beginner · 1 hourSimple NPC game interactions using a stateful contract and atomic transfers
This tutorial will show you how to create a simple NPC game character using a stateful contract and atomic transfers. We'll also test it using the `goal` command line tool.
-
Intermediate · 30 minutesHash Time Lock Contract Template With Go
Build a Smart Contract that functions as a HTLC using Go