Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Mousebelt University: Blockchain Development

Projects, notes, and code from Mousebelt University courses on Blockchain development.

Initial Setup Components and Descriptions:

GETH

Local node implementation of Ethereum, can be used for development and deployment.

TRUFFLE

Testing framework for Solidity

METAMASK

In browser Chrome extension that can be used for calling contracts, and running tests. Metamask is actually a wallet, and can be used on the mainnet, or any of the major testnets.

TESTRPC

Online, Solidity specific IDE - built in solidity compiler

Instead of setting up a node locally and waiting to sync on a new environment, Infura is a very simple way to get data from the testnet or mainnet on ethereum, and submit transactions. Allegedly, it is a bit unreliable for production applications, and for some custom applications.

Links / commands

About

Projects, notes, and code from Mousebelt University courses on Blockchain development.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors