NEO provides smart contracts like ethereum.We can develop NEO smart contracts using several well-known languages like C#, Java, Python, etc, so we don’t need to learn additional language like solidity.C# is recommended by NEO as the most suitable language for smart contract development.C/C++ is supposed to be supported in near future.
Timeago.js
What? Timeago is a jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. “4 minutes ago” or “about 1 day ago”). View the examples, and enjoy. You opened this page about a minute ago. This page was last modified about 15 hours ago. Ryan was born 40 years ago. Why? Timeago was originally built for …
Cache Service in WPEngine
WPEngine support powerful cache functionality. Because of this, you may sometimes have the non-updating issue of website. To prevent this problems, you need to register specific URL not to cache in WPEngine. For instance, when you add the WooCommerce plugin to your WP Engine website, WPEngine automatically adds some caching exclusions to ensure your pages …
Braintree payment
It’s a popular payment gateway like stripe. It’s advantages are It provides payment functionality in Mobile, Tablet and Desktop platforms. It provides various types of card payment, paypal payment and other gateways. IF you develop any project based on laravel, you can implement the braintree payment by laravel cashier. Or you can use PHP SDK …
SOLIDITY UNIT TESTS
Solidity test contracts live alongside Javascript tests as .sol files. When truffle test is run, they will be included in the mocha run with a separate test suite per test contract. These contracts maintain all the benefits of the Javascript tests: namely a clean slate per test suite, access to deployed contracts via migrations, runnable on any Ethereum client, …
Introduction about Sentrifugo
http://www.sentrifugo.com/ Sentrifugo is a FREE and powerful Human Resource Management Systemthat can be easily configured to meet your organizational needs. How Sentrifugo Works Sentrifugo offers HR resource modules with exceptional features and an intuitive interface. It’s easy to set up, configure and use.
Express-box
Express-box is the NodeJS+ExpressJS+Truffle Ethereum API backend startup project. You can use this express-box project to build ethereum integrated API backend with express.js framework. Reference: https://truffleframework.com/boxes/express-box
Using table components in Vue.js
Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects. On the other hand, Vue is …
Open Source Crypto Exchange – ForkDelta
When you start to build exchange project, you can use this open source project discovered by RK! Forkdelta is forked from etherdelta and fully customized. Forkdelta opened full source of backend and frontend in github. https://github.com/etherdelta https://github.com/forkdelta
How to use Google reCaptcha with Vuejs
Google reCaptcha is a great way to keep any spam and fake accounts on your app/website in check. In this tutorial we’re going to look at how to add reCaptcha to register/sign up page of a vuejs app to ensure that whoever signs up is in fact a human being. The flow is as follows. User fills in …