Всем хай! Появилась собственная идея, в которую сам же и готов закоммититься. Сделать свой монетизируемый пет-проект (фуллкек + проверки бизнес-гипотез тоже в соло делать). ...
Ok. So I'll try to be concise and to the point from now. Sorry for previous messages being uninformative. 1. I deploy the contract in hardhat console and interact with the fu...
Hi all! 1. I have a struct with nested mappings and an additional mapping to work with its instances. struct Vote { uint256 startTimestamp; bool isActive; addr...
Привет всем! По порядку и без пропусков прохожу Rust Book официальный. В данный момент на "15. Smart Pointers". Ни одна глава до этого так не разрывала мозг. Читаю и понимаю,...
Good day to you all, amazing people. By being ERC20 compliant one set of tokens has the benefit of being universally available to any Ethereum-based smart contract, but on th...
Could anyone, please, enlighten me on how the Solidity job market is? I tried scrolling through positions on several crypto job lists and it seems like most of companies want ...
@nikita_tsigelnikov @nniikkpp From what I gathered, number of branches is equal to the number of control statements. https://ethereum.stackexchange.com/questions/122516/what-i...
In real practice what are the standards I should definetely be familiar with? Familiar == can explain what functions such a contract needs to have and what purpose it serves. ...
Guys, hi all! General workflow question. Let's suppose I have my back-end (smart contract + deploy scripts + dependencies + tests) and front-end (React.js app with tests). S...
Do practicing Solidity devs really annotate everything according to NatSpec or it really depends on the coding culture within a specific project/company/etc? I mean, how actua...
Another dumb question from me... Am I correct in my understanding that I should virtually always use the OpenZeppelin SafeMath over the built-in Solidity arithmetic capablitie...
I get that it's a scam, but what's the idea? Do you know how it works?
Hi all! Isn't Vyper dead right now? My peer told me that Solidity right now is the only feasible language for smart contract development on the Ethereum blockchain. Was he wr...
Should I start with Web3.js or Ethers.js?
What is a typical stack for Solidity local development and testing? truffle + ganache + chai + mocha?