Live dApp with Server, MetaMask and Ganache

Live dApp with Server, MetaMask and Ganache by Alexandra Kropova from Mammoth Interactive See a decentralized website in action! Using http-server and Ethereum local blockchain. Learn how to run a dapp and interact with it! Perform transactions on a live smart contract via a website. Do you want learn to code? Enroll in this FREE […]

Deploy Truffle Solidity smart contract with Ganache

Deploy Truffle Solidity smart contract with Ganache by Alexandra Kropova from Mammoth Interactive Deploy and migrate your custom smart contract written in solidity in a truffle project. Build a script that will do the deployment Make sure to have a local blockchain running in your computer Learn decentralized website (dapp) development with Mammoth Interactive. Do […]

Enable client to interact with smart contract via website

Enable client to interact with smart contract via website by Alexandra Kropova from Mammoth Interactive Use JavaScript to connect to your Solidity smart contract in a Truffle project. Enable a client to visit your front-end website Use the MetaMask crypto wallet to perform transactions on a local Blockchain network (Ganache). This way, a website visitor […]

What is smart contract ABI?

What is smart contract ABI? by Alexandra Kropova from Mammoth Interactive What is a Solidity contract ABI: Application Binary Interface Like an API Defines the methods and structures used to interact with the binary contract What are Smart Contracts: Code stored on the Ethereum Blockchain Executed on EVM Written in high-level languages like solidity or […]

Build Truffle Solidity smart contract in 5 minutes

Build Truffle Solidity smart contract in 5 minutes by Alexandra Kropova from Mammoth Interactive Create and compile a simple tally dapp through coding as well as migrate it. Learn decentralized website (dapp) development with Mammoth Interactive. This tutorial uses the following: ● Truffle v5.4.22 ● Solidity v0.8.10 Do you want learn to code? Enroll in […]

Connect JavaScript to MetaMask with Web3

Connect JavaScript to MetaMask with Web3 by Alexandra Kropova from Mammoth Interactive Build an index JS file to connect to Ethereum in the browser with the MetaMask cryptocurrency and Blockchain network browser extension. Learn to catch any potential errors in your code You need to know JavaScript for this tutorial For more details, watch this […]

Variables for Absolute Beginners: Free Python Tutorial

What are Python variables? Let’s learn all about them! In this tutorial, you’ll learn how to use Python variables to code. Want to code more? Enroll in our Python course – on sale today. Variables are a way of storing information or data that you may want to keep for later, or for storing information […]

Creating a C++ Script | Unreal Tutorial

Scripts are so important when it comes to making a game in Unreal. For an in-depth lesson on Unreal, consider enrolling in Mammoth Interactive’s Unreal course.  If you want to add a player to your game, you need to write code to give the player its own behavior. Default modes contain logic from Unreal. To create a […]

Implementing a Button | Unity Tutorial

In virtual reality (VR) games, one of the few interactions a player can make is press a button by looking at it. In this tutorial, we will implement the button we made in our previous Unity tutorial. If you are a beginner and want to learn how to build virtual reality games, check out our Unity3D course! […]

Designing a Button | Unity Tutorial

In virtual reality (VR) games, one of the few interactions a player can make is press a button by looking at it. In this tutorial, we will design a button in Unity. If you are a beginner and want to learn how to build virtual reality games, check out our Unity3D course! VR has limited interactions with […]