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 …