python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I run a python script through brownie from a typescript?
I am developing a solidity smart contract and I'm deploying it through a python code that I run through brownie with command lines.
Also, I am developing a front-end dApp with typescript to interact a...
gabriels
Votes: 0
Answers: 1
How to repeat a function a number of times based off "quantity" variable
I am building a DApp but one that a user inputs the metadata and image to mint an NFT.
That all works fine but I want to add a quantity function that actually mints the # of NFT's they input with a mi...
Doughp
Votes: 0
Answers: 1
While running truffle migrate it gives me this error
truffle migrate it gives me this error
I can't migrate the contracts. Here´s what I do:
truffle init
truffle compile
truffle migrate
Ibrahim Ben Sabih El Imrany
Votes: 0
Answers: 0
Get require() message error from a smart contract in Ethereum
I'm starting to learn Solidity and how to interact with smart contracts within a Dapp, and I would like to know how can I log/handle errors from the contract in my Dapp.
For example, in the Dapp I hav...

Rod
Votes: 0
Answers: 1