Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

All kinds of stuff related to the ethereum workshop on 31/07/2018.

License

Notifications You must be signed in to change notification settings

coblox/ethereum_workshop_31_07_2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Workshop

Run source setup.sh.

This will create the following functions in your current shell session:

evm-run

Executes code on the EVM. Pipes through the parameters to the EVM binary.

Examples:

  • evm-run --code XXXXXX
  • evm-run --code XXXXXX --input 000000

asm-compile

Takes an EVM-assembly file and compiles it to hex code.

Example: asm-compile 1-hello-world/HelloWorld.asm

asm-run

Combines asm-compile and evm-run.

Takes an EVM-assembly file, compiles it and executes it on the EVM.

Example: asm-run 1-hello-world/HelloWorld.asm

disasm

Dis-assemblies hex-code into op-codes.

Example: disasm 1-hello-world/HelloWorld.bin-runtime

sol-compile

Compiles Solidity code to hex.

Example: sol-compile 1-hello-world/HelloWorld.sol

About

All kinds of stuff related to the ethereum workshop on 31/07/2018.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published