Skip to main content

WazirX on Blockchain as an Emerging Career Option – Featured on LiveMint

By September 7, 20201 minute read

Binance-backed crypto exchange WazirX has seen its monthly trading volume in July grow 414% to $168 million compared to that in February. The monthly signups in July have also grown 290% from that of February.

“We are actively hiring in India to fuel our growth,” said Nischal Shetty, founder, and CEO, WazirX. “Though the demand is high, skills in blockchain and cryptocurrencies do not exist in India. So, it’s a nascent and emerging field.”

https://www.livemint.com/industry/infotech/blockchain-creates-new-career-options-as-cryptocurrencies-gain-traction-11598868506410.html

Participate in the Indian Crypto Movement. Share:

Leave a Reply

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Get WazirX News First

(function () { var post = document.querySelector('#post-45559'); if (!post) { console.log('Post #post-45559 not found'); return; } if (post.querySelector('.post-featured-img')) { console.log('Featured image already exists'); return; } var contentInner = post.querySelector('.content-inner'); var metaCategory = post.querySelector('.meta-category'); if (!contentInner || !metaCategory) { console.log('Required elements not found'); return; } var imageUrl = 'https://assets-blog.23.wazirx.com/uploads/2026/09/highest-futures-trader-kaun-11.jpeg'; // Create featured image wrapper var imageWrapper = document.createElement('span'); imageWrapper.className = 'post-featured-img'; // Inline styling for wrapper imageWrapper.style.display = 'block'; imageWrapper.style.width = '100%'; imageWrapper.style.aspectRatio = '16 / 9'; imageWrapper.style.overflow = 'hidden'; // Create image var img = document.createElement('img'); img.src = imageUrl; img.alt = 'Trade Futures on WazirX, maximize your realized profit, and climb the P&L Arena leaderboard.'; img.className = 'attachment-large size-large wp-post-image'; img.loading = 'lazy'; img.decoding = 'async'; // Inline styling for image img.style.display = 'block'; img.style.width = '100%'; img.style.height = '100%'; img.style.maxWidth = '100%'; img.style.objectFit = 'cover'; // Add image to wrapper imageWrapper.appendChild(img); // Insert before categories contentInner.insertBefore(imageWrapper, metaCategory); console.log('Featured image added successfully'); })();