Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
<string>xmap</string>
$ brownie compile
Brownie v1.14.6 - Python development framework for Ethereum
New compatible solc version available: 0.8.0
Compiling contracts...
Solc version: 0.8.0
Optimizer: Enabled Runs: 200
EVM Version: Istanbul
Generating build data...
- Proxy
# add this to nginx.conf by using:
# include /etc/nginx/snippets/ssl.conf;
ssl_session_timeout 1d;
ssl_session_cache shared:SSL:50m;
ssl_session_tickets off;
ssl_protocols TLSv1.2;
ssl_ciphers EECDH+AESGCM:EECDH+AES;
ssl_ecdh_curve secp384r1;