create six demo records
This commit is contained in:
parent
e972ccc0a8
commit
3314076a98
@ -4,26 +4,25 @@ set -e
|
|||||||
if [ -n "$CERC_SCRIPT_DEBUG" ]; then
|
if [ -n "$CERC_SCRIPT_DEBUG" ]; then
|
||||||
set -x
|
set -x
|
||||||
fi
|
fi
|
||||||
|
|
||||||
registry_command="laconic cns"
|
registry_command="laconic cns"
|
||||||
record_1_filename=demo-record-1.yml
|
demo_records_dir="demo-records"
|
||||||
cat <<EOF > ${record_1_filename}
|
|
||||||
record:
|
|
||||||
type: WebsiteRegistrationRecord
|
|
||||||
url: 'https://cerc.io'
|
|
||||||
repo_registration_record_cid: QmSnuWmxptJZdLJpKRarxBMS2Ju2oANVrgbr2xWbie9b2D
|
|
||||||
build_artifact_cid: QmP8jTG1m9GSDJLCbeWhVSVgEzCPPwXRdCRuJtQ5Tz9Kc9
|
|
||||||
tls_cert_cid: QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR
|
|
||||||
version: 1.0.23
|
|
||||||
EOF
|
|
||||||
# Check we have funds
|
# Check we have funds
|
||||||
funds_response=$(${registry_command} account get --address $(cat my-address.txt))
|
funds_response=$(${registry_command} account get --address $(cat my-address.txt))
|
||||||
funds_balance=$(echo ${funds_response} | jq -r .[0].balance[0].quantity)
|
funds_balance=$(echo ${funds_response} | jq -r .[0].balance[0].quantity)
|
||||||
echo "Balance is: ${funds_balance}"
|
echo "Balance is: ${funds_balance}"
|
||||||
|
|
||||||
# Create a bond
|
# Create a bond
|
||||||
bond_create_result=$(${registry_command} bond create --type aphoton --quantity 1000000000)
|
bond_create_result=$(${registry_command} bond create --type aphoton --quantity 1000000000)
|
||||||
bond_id=$(echo ${bond_create_result} | jq -r .bondId)
|
bond_id=$(echo ${bond_create_result} | jq -r .bondId)
|
||||||
echo "Created bond with id: ${bond_id}"
|
echo "Created bond with id: ${bond_id}"
|
||||||
# Publish a demo record
|
|
||||||
publish_response=$(${registry_command} record publish --filename ${record_1_filename} --bond-id ${bond_id})
|
## Publish the demo records
|
||||||
published_record_id=$(echo ${publish_response} | jq -r .id)
|
if [ -d $demo_records_dir ]; then
|
||||||
echo "Published ${record_1_filename} with id: ${published_record_id}"
|
for demo_record in "${demo_records_dir}"/*; do
|
||||||
|
publish_response=$(${registry_command} record publish --filename ${demo_record} --bond-id ${bond_id})
|
||||||
|
published_record_id=$(echo ${publish_response} | jq -r .id)
|
||||||
|
echo "Published ${demo_record} with id: ${published_record_id}"
|
||||||
|
done
|
||||||
|
fi
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
record
|
||||||
|
type: WebsiteRegistrationRecord
|
||||||
|
url: 'https://app.osmosis.zone'
|
||||||
|
repo_registration_record_cid: QmSnuWmxptJZdLJpKRarxBMS2Ju2oANVrgbr2xWbie9b2D
|
||||||
|
build_artifact_cid: '~larryx-woldyr/osmosis:latest'
|
||||||
|
tls_cert_cid: QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR
|
||||||
|
version: 1.3.5
|
@ -0,0 +1,7 @@
|
|||||||
|
record
|
||||||
|
type: WebsiteRegistrationRecord
|
||||||
|
url: 'https://dev.osmosis.zone'
|
||||||
|
repo_registration_record_cid: QmPbKkK7gKojnGAgKAE6bK5qBY8BcYp2YDB1e4b28NxvVv
|
||||||
|
build_artifact_cid: '~larryx-woldyr/osmosis:dev'
|
||||||
|
tls_cert_cid: QmWbCv4k9Q9P6XptHNJN6EupDyKVLSLRV6W6T2sAYkfBxr
|
||||||
|
version: 1.3.6
|
@ -0,0 +1,7 @@
|
|||||||
|
record
|
||||||
|
type: WebsiteRegistrationRecord
|
||||||
|
url: 'https://hello-world-1.laconic.com'
|
||||||
|
repo_registration_record_cid: QmRbyiaLr8CaeYQuqgYpNLVfydbZQ8kqFnoeXxg4cUC5pJ
|
||||||
|
build_artifact_cid: https://ipfs.io/ipfs/QmaZqHTdZ2FZndQ99mCHBSLxWByzDbkY14XAtj6E9Xhu1f
|
||||||
|
tls_cert_cid: QmT4pJ9jazUDN4U7Wfs1KFzQLKByT9dJKK2qeqKw63r22c
|
||||||
|
version: 0.0.1
|
@ -0,0 +1,7 @@
|
|||||||
|
record
|
||||||
|
type: WebsiteRegistrationRecord
|
||||||
|
url: 'https://hello-world-2.laconic.com'
|
||||||
|
repo_registration_record_cid: QmXvJKkq2VZqNCE7eaN3j5UWiE7xGd9J5o9s27iKruwPYM
|
||||||
|
build_artifact_cid: https://ipfs.io/ipfs/QmTZQ8ZJS6mALjEM2wY71msFno6zzxFftVCiZELj9xREPx
|
||||||
|
tls_cert_cid: QmR1acEmQt7Tjmhp9cFtymie2eFcrHURQKt9kGto1TQTW1
|
||||||
|
version: 0.0.2
|
@ -0,0 +1,7 @@
|
|||||||
|
record
|
||||||
|
type: WebsiteRegistrationRecord
|
||||||
|
url: 'https://pwa-1-1-3.iglootools.xyz'
|
||||||
|
repo_registration_record_cid: QmSnuWmxptJZdLJpKRarxBMS2Ju2oANVrgbr2xWbie9b2D
|
||||||
|
build_artifact_cid: https://ipfs.io/ipfs/QmP8jTG1m9GSDJLCbeWhVSVgEzCPPwXRdCRuJtQ5Tz9Kc9
|
||||||
|
tls_cert_cid: QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR
|
||||||
|
version: 1.1.3
|
@ -0,0 +1,7 @@
|
|||||||
|
record
|
||||||
|
type: WebsiteRegistrationRecord
|
||||||
|
url: 'https://pwa-1-2-3.iglootools.xyz'
|
||||||
|
repo_registration_record_cid: QmVjYQ59z3fuKfYUV1aXhDR82JAKxdqB5JMPfUsHkJUkJq
|
||||||
|
build_artifact_cid: https://ipfs.io/ipfs/QmN2yevgjC92gzGi2BY6Q2yBWmR6JNWQ9yscoPPyy1V2Hv
|
||||||
|
tls_cert_cid: QmTAnmDMSnzqAN3yyXtFD4KpyATkeze62ZkbmXHjJ8xQW8
|
||||||
|
version: 1.2.3
|
Loading…
Reference in New Issue
Block a user