0x0077d49144fd78d25e9a6e724b34c16568f8fe1cd24f657fb5369650ec6b2e3f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RPC_URL="https://rpc-chiado.gnosistestnet.com/" | |
DEPLOYMENT_ACCOUNT_PRIVATE_KEY=_SET_HERE_YOUR_PRIVATE_KEY | |
OWNER_ADDRESS=_SET_HERE_YOUR_ADDRESS_ | |
SEND_TO_ADDRESS=_SET_HERE_AND_ADDRESS_TO_SEND_GNO_ | |
STAKE_TOKEN_ADDRESS=0x7f3e7cDf43E543c6D08bEf131f94aB99b091D2A2 # Gnosis Token GNO | |
SBC_TOKEN_ADDRESS=0x6bE2df1956282d2d1936fCB06B9C3361986a0DEe # mGNO (mGNO) deposit token address | |
SBC_WRAPPER_ADDRESS=0x6DD45A261782EAAC28B5c165CABD38a9e1389129 # SBCWrapperProxy | |
# SBC_DEPOSIT_ADDRESS=0x2DCa72Dcf9fd65c806726a3F76aC51f3CEf778dc # SBCDepositContractProxy 0xdead3 | |
SBC_DEPOSIT_ADDRESS=0xa3fCe9F33cc4220fd835f33AA0fcE88CeCAcf4C4 # SBCDepositContractProxy mGNO Chiado test |
I hereby claim:
- I am davidalbela on github.
- I am davidalbela (https://keybase.io/davidalbela) on keybase.
- I have a public key ASB9QxhHk7DjBYepJPkSDfgNHPLJ9ccbGQy0LNAd1ohcZQo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```javascript | |
# createWallet.js | |
const Wallet = require('ethereumjs-wallet') | |
const wallet = Wallet.generate(); | |
console.log('0x'+wallet.getAddress().toString('hex')); | |
console.log(wallet.getPublicKey().toString('hex')); | |
console.log(wallet.getPrivateKey().toString('hex')); | |
``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Agenda | |
- https://ethereumfoundation.org/devcon3/ | |
# Video Streaming | |
- https://www.reddit.com/r/ethereum/comments/7aba25/devcon_3_live_stream_update_and_day_2_link/ | |
- Devcon3 Day 2 Streaming - Morning | |
https://www.youtube.com/watch?v=8sXzxkODH-c | |
- Devcon3 Day 2 Streaming - Afternoon | |
https://www.youtube.com/watch?v=aMs0wAFIu7I |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Bitcoin y otros Protocolos | |
> <sub>* [https://www.bitcoin.org/](http://www.bitcoin.org/) | |
> <sub>* [https://www.bitcoinclassic.org](https://www.bitcoinclassic.org) | |
> <sub>* [https://www.bitcoincore.org](https://www.bitcoincore.org) | |
> <sub>* [https://ethereum.org](https://ethereum.org) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Documentación | |
--------------- | |
https://github.com/ethereum/wiki/wiki/White-Paper | |
http://gavwood.com/Paper.pdf | |
vitalik.ca/ethereum/ethereum.html | |
vitalik.ca/ethereum/dagger.html | |
# Fundación y Startup | |
--------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0xB48C55963b689A1226469AD10cF315A0cAb815E3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0xbA328b81d783ACf5abce61772e7e3CC0D115fae1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
./$BITCOIN_HOME/bin/bitcoin-cli -regtest generate 101 |
NewerOlder