Skip to content

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

Pre-release
Pre-release
Compare
Choose a tag to compare
@kushti kushti released this 19 Sep 21:38
· 6 commits to v6.0.0 since this release
3660516

This is the 6.0.0-alpha0 version, not intended for public testnet or mainnet, only for developer networks.

It contains Sigma 6.0.0 as of ergoplatform/sigmastate-interpreter@6c59ce0 commit.

Only following 6.0 functions are supported:

Please visit PRs above to find ErgoScript code examples (usually , in BasicOpsSpecification tests)

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.