What is DeFi in Cryptocurrency? (Liquidity Pools) In cryptocurrency, DeFi, Decentralized Finance, means that currency transactions can take place on-chain without the intervention of a centralized authority. DeFi aims to jettison intermediaries, such as banks, who...
Blockchain
AllCode is a pioneer in blockchain DevOps and SysOps and we’re here for all of your Blockchain needs. We’ve done blockchain software development on Ethereum, Bitcoin, Bitcoin Cash, NEO, ERC20, and NEP-5.

Understanding the Revolution of Decentralized Finance (DeFi)
Understanding the Revolution of Decentralized Finance (DeFi) DeFi (Quick Explanation):Decentralized Finance (DeFi) integrates cryptocurrencies like Bitcoin with blockchain technology services such as Uniswap in order to deliver permissionless financial services. The...
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...
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....
Why Your ICO Needs KYC Compliance
Know Your Customer, referred to as ‘KYC’, is the process of knowing and identifying your customers. This is an integral piece of launching a token sale for Cryptocurrencies because of the regulations in certain countries like the United States, China, Korea and so on....
How to Deploy a Crowdsale Initial Coin Offering (ICO) to your own Private Testnet
We've been trying to deploy a Crowdsale Initial Coin Offering (ICO) Solidity contract to the Ethereum block chain for the better part of 2 months. [fusion_builder_column type="1_1" background_position="left top" background_color="" border_size="" border_color=""...
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...
Technical Analysis of the $31 Million Dollar Ethereum Hack
Here's an interesting analysis of the $31 Million Ethereum Hack. http://medium.freecodecamp.org/a-hacker-stole-31m-of-ether-how-it-happened-and-what-it-means-for-ethereum-9e5dc29e33ce [fusion_builder_container hundred_percent="yes"...
How to Serve Up Web Content from Ethereum – Part 4 – Ethereum Mining on TestNet
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 test network on localhost. In our previous post, we created the first block in our testnet using a CustomGenesis.json. In the...