create database
glitter-chaind tx index create-dataset ${your-dataset-name} --work-status=${your-work_status} --manage-addresses=${your-manage-address} --hosts=${your-hosts} --description ${your-description} --duration ${duration} --from $(your-account-address)
edit database
glitter-chaind tx index create-dataset ${your-dataset-name} --work-status=${your-work_status} --manage-addresses=${your-manage-address} --hosts=${your-hosts} --description ${your-description} --duration ${duration} --from $(your-account-address)
create or edit table
glitter-chaind tx index edit-table ${your-dataset-name} ${your-table-name} ${desc} --from $(your-account-address)
renewal
glitter-chaind tx index renewal-dataset ${your-dataset-name} ${time-second} --from $(your-account-address)
pledge
glitter-chaind tx consumer pledge ${your-dataset} ${amount} --from $(your-account-address)
release pledge
glitter-chaind tx consumer release_pledge ${your-dataset} ${amount} --from $(your-account-address)