openzeppelin

Installing OpenZeppelin Dependencies in Brownie

Installing OpenZeppelin Dependencies in Brownie Question: In my brownie project, I want to install OpenZepplin dependencies. I have included the dependency in the config file, but Brownie is not automatically installing them. What am I doing wrong? enter image description here I tried hitting brownie compile Asked By: Tushar Sharma || Source Answers: Have you …

Total answers: 1

Deploy contract made with OpenZeppelin from Web3.py

Deploy contract made with OpenZeppelin from Web3.py Question: I’ve followed a tutorial centered in the creation of an ICO and a Crowdsale (based on the ICO that I’ve created). It’s a very classic tutorial, I know, but now I’m integrating the 2 contracts made with the help of OpenZeppelin and Truffle framework in a Django …

Total answers: 1