-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test the factory #125
Comments
any insight/advice on how to obtain this? |
Thinking it through, in the test suite, you can get the bytecode from the EIP20 artifact as a string. Then you can do a simple string modification to change that bytecode slightly. Then you can deploy is using |
sorry that i ask, i am totaly new in coding and try to understand all this... i created a coin already with 5mio. of it.... how do i get the value of money inside..... do i need to send the ethereum directly on the contract adress?? i dont want to try it cause i fear that i lose it |
@CryptoMan21 Sorry to hear you're having trouble, but this isn't really the proper forum for support, and I don't really understand what you're asking. Perhaps start at https://ethereum.stackexchange.com/, and a few other tutorials. |
Things we need:
A contract of exactly the same length as the compiled EIP20 contracts and with a matching first byte, but non-matching trailing bytes.
A way to deploy that contract (theoretically easy, but if the test contract has to be hand built as bytecode, I think we’ll need to hack Truffle’s deployment pipeline a bit or otherwise do something non-standard to get it in the tests.)
The text was updated successfully, but these errors were encountered: