Algorand Challenge #04: Fix the bug.
Inside of index.ts file, there is code that is trying to atomically group 2 payment transactions and synchronously send them using atomic transfers. The code is using the Algorand JavaScript SDK and the AlgoKit Utils TypeScript.
506 words
|
3 minutes
Algorand Challenge #03: Fix the bug.
This project includes a simple helloWorld smart contract written with TEALScript inside of ./contract/helloWorld.algo.ts file. The smart contract is already compiled with artifacts generated inside of the ./contracts/artifacts folder and the application typed client inside of ./contracts/clients/helloWorldClient.ts file.
513 words
|
3 minutes
Algorand Challenge #02: Fix the bug.
This project was created with the TEALScript AlgoKit template and inside of contracts/algorand-puzzle-2.algo.ts file, there is a simple smart contract with one method that simply returns a string value when called. The application client used to deploy/call the smart contract is already generated inside of contracts/clients/AlgorandPuzzle2Client.ts and the test defined in __test__/algorand-puzzle-2.test.ts is accurately written.
609 words
|
3 minutes
Algorand Challenge #01: Fix the bug.
Inside of index.ts file, there is a script that sends a payment transaction that sends 1,000,000 microAlgos (1 ALGO) to the receiver’s wallet. However if you try running the index.ts file after opening Docker Desktop and then running:
455 words
|
2 minutes
ePubLibre data charts.
A webpage that shows Plotly graphs of ePubLibre data.
112 words
|
1 minutes
Age of Empires II - Most used civilizations (Python Script).
A Python script that uses LibreMatch API to output a Plotly pie chart of the civs used.
21 words
|
1 minutes
Age of Empires II - Most Recent Match (Python Script).
A Python script that uses LibreMatch API to output information about a player’s most recent match in Age Of Empires II DE.
126 words
|
1 minutes
Walkthrough: Pickle Rick CTF - TryHackMe.
In this ctf we have to find out 3 ingredients for a potion.
256 words
|
1 minutes