New: learnsolidityAll contenthive-129948krhive-196917zzanhive-183959hive-185836hive-180932steemhive-166405hive-144064hive-150122hive-101145uncommonlabhive-188619hive-183397bitcoinhive-184714hive-145157photographykrsuccesshive-193637hive-180301hive-103599lifehive-139150TrendingNewHotLikerstechnological (39)in ethereum • 7 years agoInstalling testRPC/ganache-cli(Learn 'Solidity' - Part9)testRPC/ganache-cli testRPC/ganache-cli is a node.js Ethereum client for testing and development of the Smart Contracts. To make it work, we need to have node.js installed first. To check, open…technological (39)in ethereum • 7 years agoUnderstanding ERC20 & ERC223 Tokens(Learn 'Solidity' - Part 8)ERC20 Tokens exist on the Ethereum blockchain. Ethereum consists of a blockchain which can store transactions and EVM(Ethereum Virtual Machine) that can run Smart Contracts. Tokens exist on the…technological (39)in ethereum • 7 years agoVisibility & Structs In 'Solidity'(Learn 'Solidity' - Part 7)After creating the contracts, if you look at the details, you won't find anything that describes your variables, i.e., name and age. This is where the visibility comes into play, like public…technological (39)in ethereum • 7 years agoVariables In 'Solidity'(Learn 'Solidity' - Part 6)Solidity is a statically typed language, i.e., the type of variable needs to be declared before the compile time, that's why it is important to define the type of variable.…technological (39)in ethereum • 7 years agoSmart Contract Vs DApp(Learn 'Solidity' - Part 5)A lot of people who join the crypto space talk about DApps and Smart Contracts and they use them interchangingly. DApps and Smart Contacts are closely related to each other but they are not one and…technological (39)in ethereum • 7 years agoBasic Smart Contract(Learn 'Solidity' - Part 4)Time to get started with the Smart Contract development using Solidity. We will begin development using the Remix IDE. It is a browser-based IDE for developing Smart Contracts for Ethereum.…technological (39)in ethereum • 7 years agoTips To Learn Solidity On Your Own(Learn 'Solidity - Part 3)It is important to make the best use of your time and learn Solidity in an efficient way. You can use the tips listed below so that you find learning Solidity more enjoyable. Tip 1. Keep…technological (39)in programming • 7 years agoEthereum & Smart Contracts(Learn 'Solidity' - Part 2)Ethereum is a decentralized platform based on blockchain that runs smart contracts. Smart Contracts are applications that run exactly the way they are programmed to run without any…technological (39)in programming • 7 years agoIntroduction To 'Solidity'(Learn 'Solidity' - Part 1)Ethereum is an open-source decentralized blockchain project having a huge presence in the crypto-space. Its cryptocurrency, Ether is similar to Bitcoin and other cryptocurrencies but the network…