confidential-assets-demo icon indicating copy to clipboard operation
confidential-assets-demo copied to clipboard

Confidential Assets Demo built on the Elements blockchain platform

Results 3 confidential-assets-demo issues
Sort by recently updated
recently updated
newest added

The last parameter for listunspent should be a json object/string Here and several other places: https://github.com/ElementsProject/confidential-assets-demo/blob/bd23dc90b62572f7c4c24f11c7505f646fd1a365/src/rpc/helper.go#L146 ``` elements-cli -datadir=demo/data/alice help listunspent listunspent ( minconf maxconf ["address",...] include_unsafe query_options ) Returns...

Now that `generate` is deprecated, I would like to replace it with `generatetoaddress` but I am not sure how to get the address to pass along in the code below:...

I've been able to get to the part where I could run `start_demo.sh`. When 'fred' wants to issue its first asset the `elementsd` daemon segfaults. The offending command is: `elements-cli...