web3-protocol / evm-browser

Web browser with support of the ERC-4804 / ERC-6860 web3:// protocol, which can show on-chain websites hosted on Ethereum and all others EVM chains.
MIT License
29 stars 3 forks source link

"yarn start" having error #10

Open linghuccc opened 1 month ago

linghuccc commented 1 month ago

Step 1: "git clone" this repository; Step 2: "yarn install", install all the dependencies; Step 3: "yarn start", will report below error: evm

nand2 commented 1 month ago

Hi!

It looks like this is an issue with electron and your Linux/Mac distribution; searching for "electron libnss3.so" I can find several hits about this issue and electron/chromium projects, such as https://stackoverflow.com/questions/58134793/error-while-loading-shared-libraries-libnss3-so-while-running-gtlab-ci-job-to

Let me know if you find out which was the issue in your distribution.