-
Notifications
You must be signed in to change notification settings - Fork 0
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
truffle init doesn't create config/app.json #5
Comments
➤ miglaros commented: Truffle 2.0 uses a different folder structure. The config directory has been replaced with a migrations directory. To get this project to deploy:
Where I am current stuck is when I run truffle test, I get
0 passing (1s)
|
➤ Manindra Singh commented: I did exactly as said in the above comments and it worked fine till step - 6(truffle compile) but when i run truffle migrate, I get the error: test@test-ubuntu:~/Blockchain/Ethereum/conference$ truffle migrate 127.0.0.1 - - [2016-10-21 09:38:17] "POST / HTTP/1.1" 200 718 0.001741 |
➤ Teogenes Moura commented: @miglaros as for the first test, I think this reference might be useful: |
I am trying to follow the tutorial you posted on Medium. You linked this repo.
The third-step for deploying a smart contract is
add the contract name to "contracts" in config/app.json
But I am using Truffle version 2.0.1 and
truffle init
does not create a 'config' directory in my project directory.The text was updated successfully, but these errors were encountered: