Ergo Platform

EP

Ergo Platform

Ergo is a next-generation smart contract platform that enables anyone to participate in the digital DeFi revolution now.

Join

dev-forum

🗣│general

⛏-│mining

🛠│development

❓│dev-support

Fork Testnet Node

Hello, I am trying to fork a testnet node so I can easily sync up with my own explorer APIs. I made the conf with its own magic bytes, localOnly, no known peers, offline block generation, and internal mining. I even compiled my own jar with this new conf. The newer node versions give the Readers are not initialized yet error. While the older ones just generate the first tx or something then freezes....

Registry

how is encoding done in registry for sigma types?

Ergo Wallet Issues

Hi, I've setup an old iOS device that I haven't used in a while as an Ergo cold wallet to only be powered on when a transaction needed to be done (and never to be connected to the internet. Unfortunately, for whatever reason, while my device can scan the QR codes shown on my read-only phone for send transactions, my phone doesn't read the broadcast QR code, it just has yellow dots appear over the edges of the QR code and then proceeds to not do anything. Is there something wrong on my end? Sorry if this is the wrong channel to ask, both my phone and cold wallet's ergo wallet apps are up to date on the latest version....

Ergo Wallet for App store

Hey, does anyone know when will we have the Argo Wallet app on app store?

Cannot verify [Coll[SigmaProp]] Type

I've been toying with the SigmaProp Type, and for some reason I'm able to verify an outsourced SigmaProp but not a Coll[SigmaProp] for example: the following script compiles:```scala { getVarSigmaProp.get...