Results for ethereum
I am working on a blockchain project and I managed to create contracts on Sepolia Testnet. Besides I can call the function from my contract (=read the...
I have tried to install a full Ethereum node (geth) on Ubuntu hundreds of times, but it keeps getting stuck on 'Looking for peers' and doesn't make an...
I would like to connect Remix - Ethereum IDE (https://remix.ethereum.org) to localhost. I followed the instructions https://remix-ide.readthedocs.io/e...
apiVersion: v1 kind: ConfigMap metadata: name: eth-geth namespace: the-project labels: app: eth-geth data: networkid: "818945" genesis.j...
Is it possible to inherit the Ethereum contract it self and add some function to it? I just want to know it is possible to do and if it is how? ...
Recently I have been working on a class project. I have built a Supply chain Dapp, that was based on truffle framework and ganache as a local blockcha...
I am trying to build a smart contract that would give a fixed price in USD for each NFT to be minted by others, which they will need to pay in ETH. Bu...
I'm trying to run some analysis on cryptocurrency(e.g. Bitcoin, Ethereum) data but having trouble finding data sources. For example, I'd like to colle...
We are developing an application where we want to store the data of the user on the ethereum blockchain. My thought process is something like this H...
I did one small event registration smart contract (By using solidity()) in that I purchased a ticket for an event by giving the details of my email id...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?