The purpose of this release is to enable subrealm minting with bitworkc/bitworkr only or in combination with payment outputs. This provides the ability to set any combination of rules such as.
Example subrealm rules combinations:
{
"subrealms": {
"rules": [
{
"note": "For subrealms starting with the letter 'a', bitworkc is required along with 2000 satoshis payment to one address and another 1000 satoshis of an FT token '4112103789d572f764ff91b273266997e3a5153e017dc8a4fca040eaff824304i0' to another address",
"p": "a.*",
"o": {
"5120478a6ceb2d7bf2f88b0b644ba6c8b31b583722afca033dc8ea1c259cac505802": {
"v": 1000,
"id": "4112103789d572f764ff91b273266997e3a5153e017dc8a4fca040eaff824304i0"
},
"5120c2521c35bacd75646eb3135ca1270325ba2bab5d473b7c8a1eab54b21deea86e": {
"v": 2000
}
},
"bitworkc": "456.1"
},
{
"note": "For subrealms starting with the letter 'b', only bitworkc and bitworkr is required",
"p": "b.*",
"bitworkr": "771.8",
"bitworkc": "551.8"
},
{
"note": "For subrealms an other subrealm just a harder bitworkc is required to mint",
"p": ".*",
"bitworkc": "12345678"
}
]
}
}