smlxl / evm.codes

Source for evm.codes an Ethereum Virtual Machine Opcodes Interactive Reference
https://evm.codes/
MIT License
728 stars 134 forks source link

Idea: Add link to the actual implementation of the opcode as described in the execution specs #137

Open shafu0x opened 2 years ago

shafu0x commented 2 years ago

For each opcode add a link to its implementation. For example all the Arithmetic opcodes implementation can be found here:

https://github.com/ethereum/execution-specs/blob/master/src/ethereum/byzantium/vm/instructions/arithmetic.py

dorlevi commented 2 years ago

sorry for the delay @SharifElfouly, that is a good suggestion, We do try to avoid linking to external resources that might change but in this case, it's pretty safe.