The 8 Most Popular Features of ICO Smart Contracts

This essay focuses on some recent adoptions becoming popular in the blockchain community while writing smart contracts for ICOs. It skips basic recommendations like ERC20 and enlist some essential…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




Deploy to GitHub Pages using Travis CI and deploy keys

I ended up using:

Here’s the Travis configuration file I ended up with (4 lines for the SSH key, 6 lines for the deployment):

Finally, every push to the master branch is automatically tested, built and the resulting assets are committed+pushed to gh-pages. Are you aware of an even simpler setup? — please let me know!

Add a comment

Related posts:

Introduction to RabbitMQ with Nodejs

On this series. I will write the simple application that using RabbitMQ with NodeJs by using publish/subscribe queue that provide by RabbitMQ. this application will send list of url through RabbitMQ…

Introduction to Spring Framework

Introduction to Spring Framework. If you have just started with spring, you saw some videos and read lot of stuff but you are getting the same answers and new words as….