Mikko Ohtamaa
Mikko Ohtamaa
In the Hello World tutorial, the contract is deployed on a shared testnet: https://docs.elrond.com/developers/tutorials/counter/ All professional development happens on a local development node that can be spin up and tear...
The first example the developers encounter is written in C. https://docs.elrond.com/developers/tutorials/counter/ This is counter-intutitive because we assume most of if not all Elrond smart contracts should be written in Rust.
`setup.py` does now have dependency to docutils. Is this intentional? (Now you need to separately do `pip install docutils`)
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I cannot login to Lenster.xyz using WalletConnect I tried - MetaMask...
- Update README - To make sure users do not make basic errors when configuring the handler
### What I did Add Editors section Add hints how to tune up your code editor for Vyper - vyper-lsp - Remix ### How I did it Edit documentation ###...
### What I did Add a list of projects using Vyper on the Additional resources page. ### How I did it Wrote down some repos out from my head. ###...
# Rationale GoEthereum reports "not enough gas" as ``` {'code': -32000, 'message': 'insufficient funds for gas * price + value'} ``` This is one of the most popular error messages...
### Overview Provide a simple overview of what you wish to see added. Please include: - Getting started with `ape` is more difficult than with the other smart contract development...
### What went wrong? In the documentation, the custom RPC provider section is called `geth`. This does not make sense, as today most developers do not use, or not even...