Skip to content

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

Notifications You must be signed in to change notification settings

reedtsutton/MousebeltU_Blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published