Skip to content

Smart Contract for the Ethereum blockchain. Conatract save and read the brain IQ.

Notifications You must be signed in to change notification settings

IT-Berater/TWGehirnIQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TWGehirnIQ

See http://blog.wenzlaff.de/?p=17484

Setzen in einer neuen Datei: .env

# Projekt ID aus dem Settings Reiter von infura.io
# Endpoint: https://rinkeby.infura.io/v3/...
export WEB3_INFURA_PROJECT_ID='TODO'

# aus Metamask Testnet
export PRIVATE_KEY='0x TODO'

### Token von https://etherscan.io/myapikey
export ETHERSCAN_TOKEN='TODO'

Start mit:

brownie run scripts/deploy.py --network rinkeby