Configuration based on official Aztec docs for current version 0.85.0-alpha-testnet.3 - unmodified template stored for reference in docker-compose-docs-template.yaml
.
- Set container image:
export IMAGE="aztecprotocol/aztec:0.85.0-alpha-testnet.3"
Configuration based on official Aztec docs for current version 0.85.0-alpha-testnet.3 - unmodified template stored for reference in docker-compose-docs-template.yaml
.
export IMAGE="aztecprotocol/aztec:0.85.0-alpha-testnet.3"
[package] | |
name = "casper-example-contract" | |
version = "0.1.0" | |
edition = "2021" | |
[lib] | |
crate-type = ["cdylib"] | |
[dependencies] | |
casper-contract = { version = "4.0.0", default-features = false } |
#!/usr/bin/env sh | |
set -e | |
CONTRACT_HASH_RAW="$1" | |
echo "> Calling 'batch' entrypoint." | |
DEPLOY_HASH=$(casper-client put-deploy \ | |
--node-address http://127.0.0.1:11101/rpc \ | |
--chain-name casper-net-1 \ | |
--payment-amount 9991000000000 \ |
{ | |
"particles":{ | |
"number":{ | |
"value":80, | |
"density":{ | |
"enable":true, | |
"value_area":800 | |
} | |
}, | |
"color":{ |