Skip to content

Instantly share code, notes, and snippets.

@ctibo
ctibo / verifySignedTxn.ts
Last active October 24, 2023 13:42
Helper method that verifies if the signature part of a signed transaction is valid
/**
* VERIFY SIGNED TXN
* Helper method that verifies if the signature part
* of a signed transaction is valid
*
* REQUIREMENTS
* Install the required packages first
* Run: npm i algosdk @noble/ed25519 @noble/hashes
*
* USAGE
@ctibo
ctibo / README.md
Last active January 16, 2023 15:08
Algorand Nodes Made Easy

Basic Algorand Node, just a little easier.

Copy the algo.sh file somewhere on your computer. It can be anywhere because you'll set the path to find it in the next step.

Add this to your .bashrc, .profile or .bash_profile Set some paths here so the scripts know where is the install.

# Folder where you want to install your node