python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Problem Compiling librocksdb-sys v6.11.4 on NEAR Protocol
I am pretty new in the blockchain world and I am trying to implement the NFT example on NEAR protocol: https://github.com/near-examples/NFT. I am working on WSL (Ubuntu 20.04.3) installed in Windows 1...

Jorge Castillo
Votes: 0
Answers: 0
constructor through inheritance
so I'm trying out an example of using a constructor with inheritance but the remix ide is returning an error, which isn't the case on the course I'm following. Any idea of what might be causing the er...
TheReal Dude
Votes: 0
Answers: 1
msg.value raises error and doesn't send eth to contract
I am trying to write a simple Contract in Remix and cannot find a solution for the following problem: Trying to transfer a specific amount of Ethereum to the contract.
The contract compiles and deploy...
SQU
Votes: 0
Answers: 1
Can't transfer ETH from swap smart contract to user
I try to send back ether when user sell token in swap, and i have that error:
My solidity pragma: pragma solidity >=0.4.22 <0.9.0;
project:/contracts/ANQSwap.sol:33:9: ParserError: Expected prim...
anteqkois
Votes: 0
Answers: 1