Skip to content

Instantly share code, notes, and snippets.

View AcNEO's full-sized avatar
⚔️
Nexterms

HyGlobalHD AcNEO

⚔️
Nexterms
View GitHub Profile
@AcNEO
AcNEO / tryEthereum.js
Created September 19, 2018 03:18 — forked from qx133/tryEthereum.js
Try out Ethereum using only nodejs and npm!
var Web3 = require('web3');
var util = require('ethereumjs-util');
var tx = require('ethereumjs-tx');
var lightwallet = require('eth-lightwallet');
var txutils = lightwallet.txutils;
var web3 = new Web3(
new Web3.providers.HttpProvider('https://rinkeby.infura.io/')
);
var address = '0x8D68583e625CAaE969fA9249502E105a21435EbF';
var key = '1ce642301e680f60227b9d8ffecad474f15155b6d8f8a2cb6bde8e85c8a4809a';
@AcNEO
AcNEO / dsd.md
Last active July 21, 2018 09:12

@AcNEO
AcNEO / PocketMine IDE extensions Tutorial for VSC.md
Last active March 25, 2018 12:28
A tutorial how to use PocketMine IDE extensions in VSC

Tutorial for PocketMine IDE extensions in VSC

Quick Description: PocketMine IDE is an extensions for VSC users and was created by Ad5001.

Features:
1. Allows an automatic class completion.
2. Allows an automatic accessible function completion.
3. Allows an automatic properties and Constant completions