Nchinda Nchinda
MIT grad, ethereum developer, bitcoin user
Nchinda Nchinda
username - @Firescar96
email - nchinda2@gmail.com
number - +1 414 202 8569
https://slides.com/firescar96/ais-2019
blockchain-guide.rtfd.io
Recent Alum - MIT Media Lab
Software Developer - MTonomy/Krux
Bitcoin User
vs
vs
vs
https://hackernoon.com/sharding-centralizes-ethereum-by-selling-you-scaling-in-disguised-as-scaling-out-266c136fc55d
MedRec and MTonomy
Types https://solidity.readthedocs.io/en/develop/types.html -just skim this
constructors and functionshttps://solidity.readthedocs.io/en/develop/structure-of-a-contract.html#functions
special solidity calls https://solidity.readthedocs.io/en/develop/units-and-global-variables.html#special-variables-and-functions -just skim this
pragma solidity ^0.4.0;
contract SimpleStorage {
uint storedData;
function constructor() {
// ...
}
function bid() payable { // Function
// ...
}
}
}
Tasks:
A) redo the solidity tutorial videos
B) do some of these challenges
By Nchinda Nchinda
skips the blockchain primer section and jumps to etherum applications and development