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
<?php | |
require_once "vendor/autoload.php"; | |
use Sop\CryptoTypes\Asymmetric\EC\ECPublicKey; | |
use Sop\CryptoTypes\Asymmetric\EC\ECPrivateKey; | |
use Sop\CryptoEncoding\PEM; | |
use kornrunner\keccak; | |
$config = [ |
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
// Tutorial 2 | |
// Command Line: node tutorial2.js --deploy example.sol | |
// The require packages | |
const path = require('path'); | |
const fs = require('fs'); | |
const solc = require('solc'); | |
const md5File = require('md5-file'); | |
const Web3 = require('web3'); | |
const Tx = require('ethereumjs-tx'); |
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
// Tutorial 1 | |
// Command Line: node tutorial1.js --build example.sol | |
// The require packages | |
const path = require('path'); | |
const fs = require('fs'); | |
const solc = require('solc'); | |
const md5File = require('md5-file'); | |
// Retrieve the command line arguments |
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
Verifying my Blockstack ID is secured with the address 1Q83g7LurcjFBrZikTvKWAADbHH1wLuLEL https://explorer.blockstack.org/address/1Q83g7LurcjFBrZikTvKWAADbHH1wLuLEL |