Skip to content

Ergo protocol reference client 6.0.0 Alpha2 (for devnets only!)

Pre-release
Pre-release
Compare
Choose a tag to compare
@kushti kushti released this 09 Oct 21:56
· 67 commits to master since this release
0850e07

Ergo 6.0.0-alpha2 protocol client, for devnets only!

It corresponds to ergoplatform/sigmastate-interpreter#1027 in Sigma

Contains all the planned functional 6.0.0 Sigma features.

Activation:

create devnet config like https://gist.github.com/kushti/4f9c6b706ab16fcf2151cf1f3b531f7d
run as java -jar -Xmx4G ergo-6.0.0-alpha0.jar --devnet -c devnet.conf
unlock wallet to have block generation started (not really needed, as currently devnet is starting with Autolykos2, but this artefact in miner from Autolykos 1 is still in the code)
wait for 256 + 32 * 16 == 768 blocks for 6.0 activation

then you can use /script/p2sAddress API method to compile ErgoScript code with 6.0 features.