DiazRock

Results 4 issues of DiazRock

I started up a local environment and a local node, to test myself the minting nft process. I do the mint process in this API call: ```bash cat mint.json |...

Following this [example](https://github.com/centrifuge/go-centrifuge/blob/a13faed4240ed3996d4ad1a304a5e6aaa405cb0a/nft/mocks.go#L47), I created a json file for pass a parameter to a mint nft using the node API. This is the json file ```json { "asset_manager_address": "0x1ef90fa2ec92a768487e4d8bcea91c70559edc18", "deposit_address":...

I'm following the official doc of the [node API](https://centrifuge-os-node-api-7.api-docs.io/2.0.0), and the [developers docs](https://docs.centrifuge.io/build/p2p-node/) for a p2p node. I succes installed my node on my machine with ubuntu 18.04. I ping...

I'm trying to use cncli-sendtip service to the [adapool testnet dashboard] (https://testnet.adatools.io/). I'm following the steps from the repo, but you propose a [config file](https://github.com/AndrewWestberg/cncli/blob/develop/INSTALL.md#pooltool-integration) called pooltool.json. Do I need...