Laszlo Fazekas
Laszlo Fazekas
Hi! As I see, this project is inactive for 4 years. I've started a project https://myethmeta.org/ which is something like ethavatar++. Join us, if you think. - We are using...
# 🐛 bug report My package.json contains multiple client targets, one for dynamic Vue rendering, and one for SSR. The package.json looks like this: ``` ... "targets": { "client": {...
It would be good feature, if the engine doesn't depend on the database backend. As I've seen, your architecture is well layered, and won't be a big development, to make...
Snap (https://snapcraft.io/) is a package manager and packaging format of Canonical that is supported on almost all of the Linux distributions (server/desktop/IoT devices etc.). It would be easier for the...
I've installed Swarm Desktop from swarm-desktop_0.15.1_amd64.deb. When I start it, it stucks in the "Initializing..." phase. Is there any log anywhere where I can find more info about the problem?
Swarm Desktop .deb should be a part of https://repo.ethswarm.org/apt repo. It would be easier to install, and keep it updated on Debian based distros.
A "DEV mode" switch in Settings would be extremely useful for developers, cause they could start the development without any crypto magic (MetaMask, buying xDAI, swapping xBZZ, etc.) If the...
Gnosis bridge implementation Deployed contracts on testnets: GnosisWorldID on Chiado https://gnosis-chiado.blockscout.com/address/0x10D3a07b9A982AeE919be700E3A378179840063D?tab=contract GnosisStateBridge on Sepolia https://eth-sepolia.blockscout.com/address/0x136d79d9fb8e7d7C53aa41c58cF6A9E888B893f9?tab=contract
I've checked the code, and implementing Gnosis support through AMB (https://docs.gnosischain.com/bridges/About%20Token%20Bridges/amb-bridge) is relatively easy based on the Polygon bridge. If it is OK for you, I am happy to implement...
### Describe the bug I tried to add a new ERC20 token using JavaScript. The process was completed successfully, and the popup displayed the text "Token added successfully. " However,...