Hindhustani Posted February 12, 2023 Report Posted February 12, 2023 Any of you or friends working, how the Carrier opportunities? And salaries? many of them already in market on cloud , AI etc . jumping into any of the advanced tech will give better opportunities? Or all big companies just look into the algorithm and system design, no value add doing and learning some advanced tech and certification.? @Vaampire @ramudu @dasari4kntr Quote
dasari4kntr Posted February 12, 2023 Report Posted February 12, 2023 7 hours ago, Hindhustani said: Any of you or friends working, how the Carrier opportunities? And salaries? many of them already in market on cloud , AI etc . jumping into any of the advanced tech will give better opportunities? Or all big companies just look into the algorithm and system design, no value add doing and learning some advanced tech and certification.? @Vaampire @ramudu @dasari4kntr nenu nerchukundamani konni rojulu try chesa...but didnt continue... coming to the job opportunities...this tech still need time... lot of scope for dev work in smart contracts... at this time few startups..and some big banks..are using it... const Web3 = require("web3"); // const ganache = require("ganache"); // const options = {}; // const provider = ganache.provider(options); // const accounts = await provider.request({ method: "eth_accounts", params: [] }); const web3 = new Web3( // "https://mainnet.infura.io/v3/c3ac097cd85e41219ff7454752411d0" "http://127.0.0.1:7545" ); web3.eth // .getBalance("0x94d7D4213E82c40Cb4115143443269b114abb8a") .getBalance("0xDab1A3e69cd1E876213fF885CdB0FEc01E6bD56") .then((balance) => { console.log(balance); console.log(web3.utils.fromWei(balance, "ether")); }) .catch((err) => { console.log(err); }); // const account = web3.eth.accounts.create(); // console.log(account); // console.log(accounts); // web3.eth.getBlock("latest").then(console.log); // web3.eth.getAccounts().then(console.log); // console.log(web3.eth.getPublicKey()); // console.log(connect.eth); // console.log(connect.eth.getBlockNumber()); // console.log(connect.eth.getBlock(connect.eth.getBlockNumber())); // console.log(connect.eth.getBlock(connect.eth.getBlockNumber()).transactions); // web3.eth.getBalance( // "0x5A0b54D5dc17e0AadC383d2db43B0a0D3E029c4c", // function (err, result) { // if (err) { // console.log(err); // } else { // console.log(web3.utils.fromWei(result, "ether") + " ETH"); // } // } // ); Quote
Vaampire Posted February 12, 2023 Report Posted February 12, 2023 Imo, its still kind of early stage. Lot of companies burn before it gains full momentum Quote
AvramFaind Posted February 15, 2024 Report Posted February 15, 2024 Considering the rapid growth and adoption of blockchain technology across various sectors, acquiring skills in this domain can lead to exciting career prospects and potentially higher salaries. Additionally, certifications in advanced tech like blockchain can distinguish you from the competition and open doors to lucrative positions. If you're interested in exploring more about blockchain technology, have you thought about using an Ethereum blockchain explorer? It's a valuable tool that provides insights into the Ethereum network, which could enhance your understanding and career prospects in blockchain. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.