Skip to content

Commit

Permalink
GITBOOK-458: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Weese authored and gitbook-bot committed Nov 4, 2024
1 parent a462848 commit 6fcb7b5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions lightning-network-tools/taproot-assets/universes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,34 @@ Sample`tapd.conf` file:
`allow-public-stats=true`\
`universe.public-access=rw`

You can verify whether your universe is accepting proofs with the command `tapcli universe federation config info`

```
{
"global_sync_configs": [
{
"proof_type": "PROOF_TYPE_ISSUANCE",
"allow_sync_insert": true,
"allow_sync_export": true
},
{
"proof_type": "PROOF_TYPE_TRANSFER",
"allow_sync_insert": true,
"allow_sync_export": true
}
],
"asset_sync_configs": []
}
```

You can change the configuration from the CLI using `tapcli universe federation config global --proof_type issuance --allow_insert true` and `--proof_type transfer`

## The default universe

By default, your `tapd` will connect to the default universe, for instance `testnet.universe.lightning.finance:10029` for testnet, or `universe.lightning.finance:10029` on mainnet.

When running `litd` in integrated mode, your universe may also be available at port `:8443`

The contents of the default universe are also available via a public API:

{% embed url="https://universe.lightning.finance/v1/taproot-assets/universe/roots" %}
Expand Down

0 comments on commit 6fcb7b5

Please sign in to comment.