How to publish a contract that was created in Solidity using new NOT brownie deploy. #1203
Replies: 1 comment 1 reply
-
|
What do your search and research results tell you? Did you already exhaust your options? We’d love to help you. To improve your chances of getting an answer, here are some tips: Search, and researchFirst, please search this discussion group. There is a high chance, others had exactly the same problem as you do now. Write a title that summarizes the specific problem
Examples Bad: Need help with nonetype error Introduce the problem before you post any codeIn the body of your question, start by expanding on the summary you put in the title. Explain how you encountered the problem you're trying to solve, and any difficulties that have prevented you from solving it yourself. Help others reproduce the problemNot all questions benefit from including code, but if your problem is with code you've written, you should include some. But don't just copy in your entire program! Not only is this likely to get you in trouble if you're posting your private key, it likely includes a lot of irrelevant details that readers will need to ignore when trying to reproduce the problem. Here are some guidelines:
Proofread before posting!Now that you're ready to ask your question, take a deep breath and read through it from start to finish. Pretend you're seeing it for the first time: does it make sense? Try reproducing the problem yourself, in a fresh environment, and make sure you can do so using only the information included in your question. Add any details you missed. Now is a good time to make sure that your title still describes the problem! Mark answered questionsOK, you are lucky, someone answered your question and might have helped you to solve a problem. Maybe you solved it yourself, this is great! To allow others who might have the same issue to see, if your question was answered, you need to mark it as such. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All-
I have a factory contract that is creating NFTs using the Solidity new operator to deploy the NFT (I THINK using new is the same as deploying?). When I deploy using Brownie, I am able to include the parameter "publish_source=True" and it gets published, I am not sure how to do the same thing with the new operator. Is it possible? Can it be published after creating with new? Any advice would be greatly appreciated!
Jim
Beta Was this translation helpful? Give feedback.
All reactions