contract
Showing 215 posts related with contract.
-
Split Contract Template with Python
An example walkthrough of the Split Contract Template in Python
-
LimitOrder Contract with JavaScript
A walkthrough example of how to use a limit order contract with JavaScript.
-
LimitOrder Contract with Go
A walkthrough example of how to use a limit order contract with Go.
-
LimitOrder Contract with Java
A walkthrough example of how to use a limit order contract with Java.
-
Split Contract Template with Java
An example walkthrough of the Split Contract Template in Java
-
Split Contract Template with Go
An example walkthrough of the Split Contract Template in Go
-
Split Contract Template with JavaScript
An example walkthrough of the Split Contract Template in JavaScript
-
LimitOrder Contract with Python
A walkthrough example of how to use a limit order contract with 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.
-
Build Algorand Android Smart Contract using Kotlin
This tutorial is targeted at beginners and intermediate Algorand developers who primarily develop Android Applications using Kotlin. The tutorial will also be beneficial to Java Android Developers as both languages have a lot in common.
-
Writing a Simple Smart Contract
Example showing how to build a simple smart contract.