1 question guys if i use oraclize to retrive a string of random numbers can i use web3js to convert them to int and then send them back to contract as an array of uint to avoid fees or can i use a swarm or something to store them? I want to avoid fees and troubles i am gonna need arrays of 100 numbers about for a project what do you suggest?
Jan 5, 2019, 1:21 PM
Convert 100 numbers of string to int in solidity
Oracles send me random numbers in string only
Thats the problem
I want them in integers
Using parse int u mean
ParseInt
I need to seoerate them with a delimiter
Isnt better to send string an do it in javascript?
Ok i ckeck it with both ways and see
Jan 5, 2019, 1:32 PM