-
Notifications
You must be signed in to change notification settings - Fork 106
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 #3
Comments
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)
|
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:
testrpc is up and running, and I see following two lines when I run truffle migrate:
Am I missing anything in the configuration? |
@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: