remix Questions
15
I am setting up a new project with Remix (remix.run) and I am trying to configure Cypress/ESLint for component testing. I have a TestComponent.cy.ts with some boilerplate code:
describe('TestCompon...
Knurled asked 12/11, 2022 at 13:48
1
Solved
I am trying to create a remix page where i want to get live preview when i change a Select tag. It is going through a Form since i want it to translate the data.
A solution to my problem could be t...
3
Solved
solidity newbie here. when I try to read the value of the people array. I'm getting an error:
call to SimpleStorage.people errored: Error encoding arguments: Error:
invalid BigNumber string (argum...
1
Solved
I would like to connect Remix - Ethereum IDE (https://remix.ethereum.org) to localhost.
I followed the instructions https://remix-ide.readthedocs.io/en/latest/remixd.html#update-to-the-latest...
Sukhum asked 20/4, 2023 at 17:53
2
You have not set a script to run. Set it with @custom:dev-run-script NatSpec tag
The notification message
I have written a simple program of Hello World in the Remix IDE.
Strega asked 18/11, 2022 at 16:13
4
Solved
I have removed everything from my remix IDE, except the following:
pragma solidity ^0.6.6;
contract daily_unlimited_deFitasy{
}
And yet I am still getting the following error when attempting to...
1
Solved
I was going through Remix for quite a sometime but still not able to figure out state management.
How to share the data between the components/routes?
How to store the data which can be accessible ...
Thereat asked 1/12, 2022 at 9:23
1
Solved
What are the main differences between Resumability , Hydration and Reconcillation ?
We know Resumability is future of web app, Is it possible to make most of the current meta framework (Nextjs,Remi...
9
I had an error to run on web3 provider (localhost:8545)
Not possible to connect to the Web3 provider. Make sure the provider is running and a connection is open (via IPC or RPC).
So I figured ou...
Coopt asked 16/1, 2018 at 3:4
0
Edit
So, what turned out to be the problem? I had two instances of React and ReactDOM contributing to the served bundle of applicationB. I was misled in diagnosing the problem-space and therefore t...
Tow asked 21/8, 2022 at 22:33
1
I am trying to console and debug the code or solidity
I am using https://remix.ethereum.org/
11
I'm learning solidity on remix.
I was following some tutorial video on youtube and I've got stuck trying to build 2 contracts.
contract ERC20Token has function which increases balances. And Mycontr...
Bibby asked 23/4, 2020 at 13:42
2
I am new to solidity and I am running code on Remix.
It doesn't matter what version of compiler I specify, I keep on getting the same error.
Can someone help me out? What does "Compiler versio...
Binford asked 10/5, 2022 at 2:21
1
Solved
I am trying to save gas by optimize code. In a flash, however, I was wondered what is the best practice of copying from array to array in Solidity.
I present two option. One is copying by pointer (...
1
Solved
Problem
I am trying to deploy a smart contract via Remix. Unfortunately, it fails with a very unhelpful error message.
Error Message
creation of MyContract errored: Error encoding arguments: Error...
Orlandoorlanta asked 8/2, 2022 at 15:45
2
How can I interact with an already deployed contract on ether(not mine) using Remix without the source code, but I have the ABI.
The reason I want to do it is because some contract has more than 20...
Summons asked 1/9, 2021 at 4:47
1
Solved
This is probably an easy error I'm missing, but I cannot for the life of me figure out how to set the msg.value variable in this contract. I've read online that this value is the amount of wei asso...
0
I am trying to get started with Uniswap V3. As an example, I took the most basic use case: Given X amount of ETH do a swap to DAI. Unfortunately, I am not being able to make it work.
There is alrea...
1
Solved
I created a new solidity contract. The contract is up and running but giving me this warning.
Warning: SPDX license identifier not provided in source file. Before publishing, consider adding a comm...
Killerdiller asked 10/12, 2020 at 12:27
1
Solved
Pretty new to Solidity and just tried the first HelloWorld smart contract in Remix IDE and stumbled upon this error, while trying to deploy the smart contract.
creation of HelloWorld pending...
cre...
1
Solved
Show Image
as you can see the image above, the function 'custLogIn' is view type (free on ether)
but after deploy the contract trhough Remix, it changed into non-free function.
I want to know abo...
Matroclinous asked 19/5, 2020 at 17:42
1
Solved
I'm writing unit test in remix-ide and I want to call functions from different addresses within a single test.
The remix-tests Github page says that you can use import "remix_accounts.sol";, but ...
Clot asked 11/4, 2019 at 14:54
1
Solved
I want to create a viewable function (needs to return a string to the user) that searches a mapping for msg.sender and if the senders value is x, I want the contract to proceed accordingly. It all ...
Got asked 14/8, 2018 at 18:32
1
Solved
How to pass multiple arguments in Remix? No matter which way I pass the arguments to the setOrder function, I get different errors:
SyntaxError: Unexpected token in JSON at position 1
Error: ...
1
© 2022 - 2024 — McMap. All rights reserved.