It's important to know which tools fit which jobs. Although it's most likely blockchain programs will be used online and run over the internet, this does mean there isn't a limitation. Below, are more environments. Notice the blue button. The demos below will show you the logo when that environment is used.
is a text-based interface for your computer. It’s a program that takes in commands and passes them on to the computer’s operating system to run.
A world-class development environment, testing framework, and asset pipeline for blockchains using the Ethereum Virtual Machine (EVM), aiming to make life as a developer easier.
MOREallows developing, deploying, and administering smart contracts for Ethereum-like blockchains. It can also be used as a learning platform.
MOREruns over the internet without a framework. I will be duplicating tasks that have a similar function, but I'm creating them. In a fast-paced environment, this isn't the best choice, but for a demo it helps show versatility.
This program runs from the command line. This same method could be used to quickly and easily create a crypto bot. This program finds real-time transactions that are over a million dollars. Meaning, notify us when someone makes a large purchase or sale; Version 1 registers sounds, Version 2 emails are sent.
This program uses Solidity's remix. It's a framework that can speed up development greatly. This demo runs online using a block chain on our computer. This is a simple function cookie cutter, something every script will likely do. Transfer funds from one entity to another.
Creating an NFT is so simple, I shouldn't have added it to the demo section. I'll explain what it is.
*** Started *** This grabs data from several exchanges and creates our own, Mock Exchange. This will combine several elements we have used above to create our own trading arena. Arbitrage traders use a version of this script to take advantage of differences in the market. This can get the information free, but it will cost gas to impolement. Speed is the largest asset to beat other trades to arbitrage opportunities..
**SOON***This is the most optimistic of the demo programs. A refund policy for the etherum block exchange Although we use the term 'refund', one is never done. When we return an item to the store, we are doing yet another transaction. The opposite of the first transaction. So, both transactions will be on the block chain (immutable). We know criminals must find a way to cash in their crypto. That's the window we have reversed. The goal is to attach a contract that can do this. very, very optimistic. A lot of hurdles here, we will have to navigate around ethereum's built in safe guards. There are similar models, but not quite like we are about to create. !