nft
Showing 324 posts related with nft.
-
Build 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
-
Using VS Code with Python
This tutorial will facilitate how to debug using Visual Studio (VS) Code in Python
-
Simple 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.
-
Test your Algorand ORE ID Integration
Testing your ORE ID app setup can be done easily on the developer dashboard. This includes testing your app’s account creation using any of the Oauth platforms, and signing transactions and can be done on both test and production apps.
-
Hash Time Lock Contract Template With JavaScript
Build a Smart Contract that functions as a HTLC using JavaScript
-
Algorand Blockchain Development using Reach Part 3 Bets - Wagers
In this tutorial, we add in both wagering and payouts to the winner of our Rock Paper Scissors Algorand blockchain game. By the end of this tutorial, you will have a full featured game allowing wager, provably fair outcomes and payouts to the winner.
-
Sending Rewards to ICO Investors Using Batch Transactions in Python
In the early stages of their project, ASA creators are supported by the contributions of early investors. In this tutorial, we will look at how you can obtain all the transactions that have been made to your wallet and reward donors with your token.
-
Split Contract Template with Go
An example walkthrough of the Split Contract Template in Go
-
Using VS Code with Go
This tutorial will facilitate how to debug using Visual Studio (VS) Code with Go
-
Indexer For Blockchain Analysis
This tutorial goes over a few examples of using the 'indexer' to calculate Algorand blockchain metrics.
-
EVM-Based dApp on Algorand With Milkomeda A1
How to deploy an EVM-based Smart Contract on Algorand-Milkomeda A1, and interact with it using Brownie
-
Hash Time Lock Contract Template With Python
Build a Smart Contract that functions as a HTLC using Python
-
Creating a Java Transaction with the PureStake API
Learn to create a transaction and send it programmatically.
-
Creating a License Manager Contract utilizing PyTEAL and Inner Transactions
This tutorial will introduce the reader to using Inner Transactions in PyTEAL using an example scenario: A License Manager Contract
-
Build a SolidJS Web App with Wallet Integration
Create a web app with SolidJS and the solid-algo-wallets library to enable users to sign Algorand transactions with their wallet
-
Create an Account on TestNet using JavaScript
This tutorial demonstrates the steps involved in creating a basic Standalone Algorand Account using the JavaScript SDK.
-
Using Java Algorand SDK with Spring Boot
This tutorial shows how to leverage the Spring Boot's features to make Algorand programming easier to get started for the experience Spring developers.
-
Split Contract Template with JavaScript
An example walkthrough of the Split Contract Template in JavaScript