opengsn / workshop

About A sample project to how how to add GSN to a simple Web3 project. See the PRs to see the needed changes. NOTE: the video was created for a previous version
https://youtu.be/tb4hkbofmou
GNU General Public License v3.0
32 stars 24 forks source link

Fix deploy 'migrations' failed #16

Closed kiraliwhite closed 1 year ago

kiraliwhite commented 1 year ago

Greetings!

I encountered some errors while testing this project locally, and it appears to be due to compatibility issues between the ganache version and truffle version in the project.

Deployment Failed

I resolved it by using separately installed ganache and truffle.

yarn ganache yarn start