stellar / soroban-example-dapp

End-to-End Example Soroban Dapp
Apache License 2.0
1.03k stars 827 forks source link

I found error while running this dapp #148

Open Souvik34 opened 1 month ago

Souvik34 commented 1 month ago

What version are you using?

soroban 20.3.4 (f30a47fc58ace4437b0252919420838550481420) soroban-env 20.3.0 (befdf4b2b6061bd6da20b0f93d539d6ad8d8be22) soroban-env interface version 85899345920 stellar-xdr 20.1.0 (8b9d623ef40423a8462442b86997155f2c04d3a1) xdr curr (b96148cd4acc372cc9af17b909ffe4b12c43ecb6)

What did you do?

I followed the instructions as given in readme

What did you expect to see?

I want to see the result and the landing page

What did you see instead?

Error.

image

Please help. I have been facing it till months and unable to solve it

ElliotFriend commented 1 month ago

@Souvik34 Hi, there!

I haven't tested this yet, but did want to ask for some more info.

Those Abundance and Crowdfund contract packages are generated during the initialize.sh execution (that script also runs during npm run setup). Did you see any relevant or helpful output from that script?

Also, you should have generated directories in your project like ./.soroban-example-dapp/{abundance,crowdfund}-contract/. Do they exist?

Souvik34 commented 1 month ago

Actually Abundance and Crowdfund contract packages already exists there in the Contracts folder.

chadoh commented 1 month ago

This repository is currently very out-of-date. I've created #150 to track this.