Skip to content
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

After Release of truffle new version #37

Open
geekybot opened this issue Feb 16, 2017 · 6 comments
Open

After Release of truffle new version #37

geekybot opened this issue Feb 16, 2017 · 6 comments
Labels

Comments

@geekybot
Copy link
Contributor

The code and configurations are not working for truffle new version (truffle 3.1.1), can you please give some insight on that?

@dob
Copy link
Owner

dob commented Feb 16, 2017

@geekybot You're right. It looks like Truffle changed their build process in the new version. I'll get around to figuring out how to get the assets copied from the app directory into the build directory for serving in the new pipeline at some point, but in the meantime if you happen to get it working, glad to accept a PR :)

@dob dob added the bug label Feb 16, 2017
@geekybot
Copy link
Contributor Author

@dob Thanks for your fast response. Looks like a bunch of things changed in new version of truffle (truffle 3.1.1). I found this http://truffleframework.com/tutorials/upgrading-from-truffle-2-to-3 , all the changes needs to be done is here, but it will take some time to properly configure a dapp created on truffle 2.0 to truffle 3.0 . Still I will be trying. :)

@dob
Copy link
Owner

dob commented Feb 16, 2017

@geekybot Thanks for the PR. I merged it in and updated the repo so on the surface at least truffle serve works and serves the Dapp. I'll run through the list later and see if there's anything else I need to do to get everything working as expected.

@geekybot
Copy link
Contributor Author

thanks @dob , I am very new to the blockchain, so I am exploring how to get going with it and of course with the new version of truffle. I am trying to deploy my contracts to the testnet as well as trying to create a private blockchain, but without proper guidance I am in whole lot of mess. So, if you have some resource on these stuffs, can you share with me, It will be a lot of help. :)

@dob
Copy link
Owner

dob commented Feb 17, 2017

@geekybot Great. I wrote a few tips in this post. I highly recommend using TestRPC to run a fake local chain. But the instructions in the AuctionHouse Readme or in the go-ethereum readme for running a local private chain aren't too bad either. You just pick a different --networkid flag, set --maxpeers 0, and maybe use a different --datadir.

I think the truffle docs and the scaffolding that's generated via truffle init is also a good place to start.

@geekybot
Copy link
Contributor Author

Looks like another error in contract we need to look into

errorbadjump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants