5 questions
I can't tell the difference between test_1 and test_2. (If you create a function that calls testMessage, they both work the same way.) contract test_1 { US>//#string testMessage=Hello, world!;}contrac...
Me: AERC20 tokens:CoinERC20 tokens:FundDeployer for both tokens is the same account: Zcounterpart:BI want to move the same amount of Coin from Z to B when A burns the FundIf you send thank you from A ...
Until now, I used Remix or Truffle to deploy SmartContract.I decided to use py-solc-x because I wished I could deploy it on Python.I couldn't solve the problem, so I would like to ask for your help th...
I am working on a very simple smart contract that can save the value and get it back as a list. The code is as below.contract lister { mapping(int => string) list; int id = 0; function getList() re...
I'm making Ethereum DApp now. DApp is made up of users who have relevant data, such as email, name, or profile picture. I want to store user information within IPFS like JSON object and use IPFS hash ...
© 2024 OneMinuteCode. All rights reserved.