Skip to content

ricardo-hdz/eth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum - A Blockchain Playground

This repo is a playground that serve me as an exploration of the blockchain via Solidity, Web3 JS API, Parity, Metamask, Truffle and Ganache.

The files contain basic Solidity Smart contracts, ERC20 Tokens, and other contracts and utilities. All of these with their respective scripts that interact with the contracts via Web3 JS API.

Most of these files and contracts are based on the book Ethereum, tokens & smart contracts.: Notes on getting started by Eugenio Noyola.