Skip to main content

Posts

Showing posts from May, 2019

Installing Node.js with nvm to Linux & macOS & WSL

Installing Node.js with nvm to Linux & macOS & WSL A quick guide on how to setup Node.js development environment. Previous versions of these install instructions had been tested with: Ubuntu on WSL (Windows Subsystem for Linux) Ubuntu 18.04 LTS (Bionic Beaver) Ubuntu 17.04 (Zesty Zapus) Ubuntu 16.04 LTS (Xenial Xerus) Ubuntu 14.04.3 LTS (Trusty) macOS 10.12.6 (Sierra) OS X 10.11.6 (El Capitan) Install nvm for managing Node.js versions The reason for using  nvm  instead of other install types is mainly in how easy it is to have multiple versions of Node.js (if needed) without too much of extra complexity. Sometimes applications might require a certain version of Node.js to work, so having the flexibility of using specific versions can save a lot of time from you. Open new Terminal window. Run  nvm  installer ...with  either  curl  or  wget. curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.s...

Build Your Own Cryptocurrency Exchange Within An Hour

Peatio : The Open-Source Crypto Currency Exchange Peatio is a free and open-source cryptocurrency exchange implementation with the Rails framework and other cutting-edge technology. Mission Our mission is to build the world best open-source crypto currency exchange with a high performance trading engine and safety which can be trusted and enjoyed by users. Additionally we want to move the crypto currency exchange technology forward by providing support and add new features. We are helping people to build easy their own exchange around the world. Help is greatly appreciated, feel free to submit pull-requests or open issues. Things You Should Know RUNNING AN EXCHANGE IS HARD. Peatio makes it easier, but running an exchange is still harder than a blog, which you can download the source code and following the guide or even a cool installer and boom!!! a fancy site is there to profit. We always prioritize security and speed higher than 1-click setup. We split Peatio to m...