I hereby claim:
- I am helloravi on github.
- I am eoswest (https://keybase.io/eoswest) on keybase.
- I have a public key ASCGOd_eoIN8eF9YpSJ-5AOQYJ7gCSMYAFdQz-76ys5BTgo
To claim this, I am signing this object:
| For changing user name to "ravi" after logging in to terminaL | |
| su ravi - | |
| sudo apt-get install libpq-dev |
| Change -lboost_thread to -lboost_thread-mt in zagg-core/src/Makefile.am | |
| -lcrypto error is an openssl problem in Macos - Fix it with this https://medium.com/@timmykko/using-openssl-library-with-macos-sierra-7807cfd47892 | |
| CXX=g++-6 ./configure --with-openssl=/usr/local/opt/openssl | |
| In zagg-core/src/Makefile.am | |
| stellar_core_CXXFLAGS = $(BOOST_CPPFLAGS) -I/usr/local/opt/openssl/include | |
| stellar_core_LDFLAGS = -pthread -fPIC -std=c++11 -L/usr/local/opt/openssl/lib | |
| Open console `psql postgres` | |
| Close console. | |
| List users \du | |
| List databases \l | |
| \list: lists all the databases in Postgres | |
| \connect: connect to a specific database | |
| \dt: list the tables in the currently connected database | |
| https://www.codementor.io/engineerapart/getting-started-with-postgresql-on-mac-osx-are8jcopb |
| brew install libcrytopp |
I hereby claim:
To claim this, I am signing this object:
| Linking problems | |
| https://github.com/EOSIO/eos/issues/43 |
| geth --syncmode "light" | |
| https://hackernoon.com/heres-how-i-built-a-private-blockchain-network-and-you-can-too-62ca7db556c0 | |
| (The private chain tutorial) | |
| Understanding how keystore works: https://medium.com/@julien.m./what-is-an-ethereum-keystore-file-86c8c5917b97 | |
| Gas Price: https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html | |
| Access Storage of Contracts: https://medium.com/aigang-network/how-to-read-ethereum-contract-storage-44252c8af925 | |
| Invalid Address: http://www.bullraider.com/ethereum/tutorials/342-understanding-invalid-address-error-in-dapps-or-geth-console | |
| Events and Logs: https://media.consensys.net/technical-introduction-to-events-and-logs-in-ethereum-a074d65dd61e |
| How do we create a multilogin set up including | |
| http://auth0.com/ | |
| Facebook Account Kit | |
| keycloak | |
| Amazon cognito |
| https://medium.com/etherereum-salon/eth-testing-472c2f73b4c3 | |
| https://blog.zeppelin.solutions/how-to-create-token-and-initial-coin-offering-contracts-using-truffle-openzeppelin-1b7a5dae99b6 |
| # ~/.tmuxinator/ror.yml | |
| name: rorab | |
| root: ~/astrapaid/alpha/habm/ | |
| # Optional tmux socket | |
| # socket_name: foo | |
| # Runs before everything. Use it to start daemons etc. | |
| # pre: sudo /etc/rc.d/mysqld start |