!TBU!
This repository contains different types of code, for different purposes.
ERC20.sol
andERC721.sol
can be modified and deployed as example via https://remix.ethereum.org- The OZ-... files are just for verifying on etherscan.
Simple and short Proof of Work example.
- Run: $ python3 pow-ex-opt.py
Simple but longer code Proof of Work example.
- Run: $ python3 pow-ex.py
An example how to create random Ethereum private and korresponding public keys, as well as the steps between.
- Run: $ python3 pubprivEther.py
NOTE: Maybe you need to install pysha3 and eth_keys via pip . |
---|
Generate encryption/decryption keys and certificates.