Disclaimer: This is a basic implementation, and much of the configuration files have been lifted from the aurelia skeleton.
##Install dependencies
npm i -D del gulp-protractor
<!doctype html> | |
<html> | |
<head> | |
<title>This is the title of the webpage!</title> | |
</head> | |
<body> | |
<p>This is an example paragraph. Anything in the <strong>body</strong> tag will appear on the page, just like this <strong>p</strong> tag and its contents.</p> | |
</body> | |
</html> |
{ | |
"parser": "babel-eslint", | |
"env": { | |
"browser": true | |
}, | |
"ecmaFeatures": { | |
"arrowFunctions": true, | |
"blockBindings": true, | |
"classes": true, | |
"defaultParams": true, |
/* Aurelia Protractor Plugin */ | |
/* eslint-disable no-var, no-console */ | |
function addValueBindLocator() { | |
by.addLocator('valueBind', function(bindingModel, optParentElement) { | |
var using = optParentElement || document; | |
var matches = using.querySelectorAll('*[value\\.bind="' + bindingModel + '"]'); | |
var result; | |
if (matches.length === 0) { | |
result = null; |
Disclaimer: This is a basic implementation, and much of the configuration files have been lifted from the aurelia skeleton.
##Install dependencies
npm i -D del gulp-protractor
import * as path from 'path'; | |
import 'aurelia-polyfills'; | |
import {Options, NodeJsLoader} from 'aurelia-loader-nodejs'; | |
import {PLATFORM, DOM} from 'aurelia-pal'; | |
import {globalize} from 'aurelia-pal-nodejs'; | |
import {Aurelia} from 'aurelia-framework'; | |
// ignore importing '.css' files, useful only for Webpack codebases that do stuff like require('./file.css'): | |
require.extensions['.css'] = function (m, filename) { | |
return; |
This is a step-by-step main net tutorial on how to setup a Lightning Network node for Litecoin on a Mac. It is specifically for the lnd client by the Lightning Labs. You can copy and paste most of the commands except for the times I've indicated in bold for you to input your own information. It would also be a good idea to backup your computer prior to starting just in case you need to start over.
Below is a legend. Refer to it as you come across terms or symbols you don’t understand. The first part of the tutorial is taken from the lnd github. However, everything else is written with the help of Patrick Walters taking me step by step through the process.
$ = This symbol means 1 line of code. Do not type “$” into your terminal. Simply input what follows then push enter
.
Pubkey = Short for the public key that is generated from the private key w
Get thrasher-au's GPG key (0xFE3348877809386C) from mit.edu keyserver
$ gpg --keyserver pgp.mit.edu --recv-keys FE3348877809386C
$ gpg --fingerprint FE3348877809386C
pub rsa2048 2013-06-19 [SC]
59CA F0E9 6F23 F537 4794 5FD4 FE33 4887 7809 386C
uid [ full ] Adrian Gallagher <[email protected]>