Skip to content

Instantly share code, notes, and snippets.

Verifying that "sid226.id" is my Blockstack ID. https://onename.com/sid226
0x042a7224a7f296226ad8069938ffe3d2be574720
@sid226
sid226 / dev_setup.md
Last active February 7, 2018 06:15
setup dev

Ethereum dev network setup

Getting Started

These instructions will allow you to get a ethereum dev network up and running on your local machine for development and testing purposes.

Testrpc setup

Install Command

@sid226
sid226 / Private_network.md
Last active September 18, 2018 09:32
Private network setup

Ethereum private network setup

Getting Started

These instructions will allow you to get a ethereum private network up and running on your local machine for development and testing purposes.

  • VM Specification
@sid226
sid226 / Contract_deploy.md
Last active September 1, 2017 05:05
Contract Deployment
@sid226
sid226 / DynamicToken.abi
Last active September 11, 2017 10:25
DynamicToken.abi
[{
"constant": false,
"inputs": [{
"name": "_upgradedContract",
"type": "address"
}],
"name": "upgrade",
"outputs": [{
"name": "success",
"type": "bool"
@sid226
sid226 / DynamicToken.bin
Last active September 11, 2017 10:24
DynamicToken.bin
6060604052361561013d5760e060020a60003504630900f0108114610145578063092a5cce14610164578063095ea7b31461017d57806318160ddd146101995780631b949f85146101a257806323b872dd146101b857806342966c68146101d757806343d726d6146101f057806353b8e2781461020d5780635ac77ad11461021f5780636f8b44b01461023157806370a082311461024a57806375cd51ed146102605780638a48ac031461027b578063a843c51f1461029a578063a9059cbb146102b3578063b8ffc962146102cf578063bca1f81c146102e0578063c2b6b58c146102f6578063c7385f2e14610302578063ce606ee014610397578063d5abeb01146103a9578063dd62ed3e146103b2578063e62af875146103cb578063ebf469dc146103de578063f2a40db81461043d578063fca76c2614610483575b610499610002565b61049b60043560035460009062010000900460ff16156105d457610002565b61049960035462010000900460ff161561062857610002565b61049b60043560243560035460009060ff16156106c757610002565b6104af60025481565b61049b60035460009060ff161561072357610002565b61049b60043560243560443560035460009060ff161561074d57610002565b61049b60043560035460009060ff161561086157610002565b61049b5b6003546000906201000090
@sid226
sid226 / DynamicToken.abi
Last active September 11, 2017 13:29
generated from src
[
{
"constant":false,
"inputs":[
{
"name":"_upgradedContract",
"type":"address"
}
],
"name":"upgrade",
/usr/lib/jvm/java-8-oracle/bin/java -Dmaven.multiModuleProjectDirectory=/home/siddesh/workspace/ksi-sdk-samples/java-sdk -Dmaven.home=/home/siddesh/Downloads/idea-IC-172.4343.14/plugins/maven/lib/maven3 -Dclassworlds.conf=/home/siddesh/Downloads/idea-IC-172.4343.14/plugins/maven/lib/maven3/bin/m2.conf -javaagent:/home/siddesh/Downloads/idea-IC-172.4343.14/lib/idea_rt.jar=37489:/home/siddesh/Downloads/idea-IC-172.4343.14/bin -Dfile.encoding=UTF-8 -classpath /home/siddesh/Downloads/idea-IC-172.4343.14/plugins/maven/lib/maven3/boot/plexus-classworlds-2.5.2.jar org.codehaus.classworlds.Launcher -Didea.version=2017.2.5 -Daggregator.url=http://tryout.guardtime.net:8080/gt-signingservice -Dextender.url=http://tryout-extender.guardtime.net:8081/gt-extendingservice -Dksi.login.id=ot.Jj5gzs -Dksi.login.key=jocmtzLGQVpV test
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO]
@sid226
sid226 / angular2_4_steps
Last active December 25, 2017 19:29
angular 2/4 learn steps
https://angular.io/guide/quickstart
commands:
npm install -g @angular/cli
ng new my-angular-app
// install Angular v5 snippets Extension VSCODE