Follow these easy steps to learn how to export your GitHub issues to Excel quickly, easily, and without spending money on software.
GitHub
GitHub, Inc. is a provider of Internet hosting for software development and version control using Git. It offers the distributed version control and source code management functionality of Git.
Introducing NEO Flux – The Lightweight C# NEO API Server
NEO Flux aims to be the first lightweight C# NEO API server AllCode has started publishing to our neo-flux github repository. http://github.com/MobileAWS/neo-flux AllCode started working on neo-flux after incurring pain with neo-python due to neo-python's requirement...
Pareto Network's ERC20 Smart Contract Audit Report
1. Introduction This document is a security audit of Pareto Network’s ERC-20 token contract supporting their decentralized ecosystem. The scope of the security audit was restricted to: Scan the contracts listed above for generic security issues using automated systems...
Configuring the NEO-GUI and NEO-LUX to use different NEO Seed Nodes
It is important to specify your NEO Seed Nodes, if you want to get the NEO blockchain up and running on your machine. If you download the neo-gui from the NEO Project or neo-lux or neo-python from the City of Zion, you will run into issues synching the NEO blockchain....
Ethereum Truffle Pet Shop DApp running on an Amazon EC2 Instance
In this tutorial, we're going to deploy the Ethereum Truffle Pet Shop DApp demo to an AWS EC2 Micro instance. If you've played with Ethereum's Solidity programming language to deploy smart contracts to the blockchain, you've come to the realization that Ethereum and...
How to Serve Up Web Content from Ethereum – Part 2 – Download Geth on Mac OS X
This tutorial is part of a series of blog posts on getting a web page on your web server to communicate via web3 with your Ethereum on localhost. In our previous post, we installed the Ethereum Wallet. The Ethereum Wallet is a nice way to visualize what's...
Setting up your Ethereum Eth Environment on a Mac OS X
Setting up your Ethereum Eth Development Environment on a Mac OS X Firstly, to install Ethereum Eth download the latest stable binary of cpp-ethereum, and install on your chosen operating system. I'm running on Mac so I'll install via Homebrew brew update brew upgrade...