-
Notifications
You must be signed in to change notification settings - Fork 24
Initializing Repo Instrucitons - Geth & Truffle #5
Comments
Try to use an nvm version > 6 |
@rinaldorossi Thanks for getting back to me. I tried Also there are pointers to .sol files that have been moved like How is that supposed to work anyways with the artifacts.require placed at the top of the page? In that file artifacts is treated like a global variable. Where is it put on the global namespace? The only artifact related npm that I could find was truffle-artifactor -- is that supposed to be present in my node_modules? I found ether-pudding, but the APIs for the two didn't seem to match up completely. I apologize now if my arrogance is annoying you, just trying to make sense of this stuff and get it working. Thanks for your time, I appreciate your help. |
Could you share your repo? |
My branch is a fork: https://github.com/johndangerstorey/truffle-box-uport |
@johndangerstorey Still having difficulties? Prior to running the RPC with Geth, was ethereumjs-testrpc not working? |
@DiscRiskandBisque I haven't tried recently. I can try again in a bit though and let ya know. If my memory serves me, I think I figured out the issue before was because all my "artifacts" errors came from me not installing truffle globally.... but again, that was months ago, so I'm not certain. If I have more issues I'll let you know. |
I tried to get this repo up and running. I could get npm to install and run on my local machine but was given these errors when I tried to run the truffle compile / truffle migrate commands:
I fixed this by adding the variable in front of my command:
Then I got this error:
So I opened up another terminal, opened a geth console, and executed this command to get it working:
After that, the compile worked just fine but the migration did not. I got this error:
The text was updated successfully, but these errors were encountered: