solidity-intro-first-contract

OAKLAND BLOCKCHAIN DEVELOPERS: A class going over the basics of the solidity language & developing/deploying your first contract.

MIT License

Stars
6

Intro to Solidity & Writing/Deploying your First Contract

For Oakland Blockchain Developers: A class going over the basics of the solidity language & developing/deploying your first contract. Video coming soon.

October 2017: Web3 1.0 is only in beta so I made two versions of the instructions. In the talk I walk though the beta information, figuring I'd rather be working forward than backward. If you want to follow along with me

Shout out to Decypher, got the 0.19 version instructions from him. His videos are awesome, I'd strongly recommend checking him out!

Adding clear to node console

I like adding this to my node console when I'm working. Then you can call the clear function and it will move all text to top of screen.

function clear() {
  process.stdout.write('\u001B[2J\u001B[0;0f');
}

Rachel Ralston | twitter | medium | linkedIn

Oakland Blockchain Developers

Related Projects