python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Concatenate Task results within Job Definition?
Within Chainlink a Job definition, how would developers go about concatenating two results, like strings (Not the sum of values)? I provided an ideal approach below.
example1:
$(result1) + $(result2)
...

Marcin koziel
Votes: 0
Answers: 2
How to use chainlink VRF v1 in my smart contract?
I am trying to use getRandomNumber() function from my VRFConsumer smart contract to get random numbers. Will I get the random number immediately after I call this or do I also have to call the fulfill...
bigfoot
Votes: 0
Answers: 1
Cannot change solc compiler version in VSCode
I am getting this error in VSCode while trying to compile using brownie. I understand this error is from the pragma solidity version in one of my files being different from my compiler:
PS C:\Users\m...
Pat White
Votes: 0
Answers: 1