fmgp.did.method.prism.cli
Members list
Type members
Classlikes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BlockfrostCommand.type
Best-effort cross-platform browser launcher. Failures are logged and swallowed — the URL is always also printed to the console so the user can fall back to a manual click.
Best-effort cross-platform browser launcher. Failures are logged and swallowed — the URL is always also printed to the console so the user can fall back to a manual click.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BrowserOpener.type
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
trait BlockfrostCMDclass BlockfrostAddressclass BlockfrostSubmitEventsclass BlockfrostTokentrait CommCMDclass CommLoginclass ConfigCMDtrait DIDCMDclass DIDCreateclass DIDCreateDeterministicclass DIDDeactivateclass DIDResolveclass DIDResolveFromEndpointclass DIDResolveFromFSclass DIDResolveFromNeoPrismclass DIDUpdatetrait Indexerclass IndexerExportMongoDBclass IndexerInMemoryclass IndexerMongoDBtrait KeyCMDclass KeyEd25519FromMnemonicclass KeyEd25519Randomclass KeyExportclass KeyX25519FromMnemonicclass KeyX25519Randomclass Keysepc256k1FromMnemonictrait MnemonicCMDclass MnemonicAddressclass MnemonicCreateclass MnemonicSeedclass PWDtrait ServicesCMDclass SubmitDIDtrait VDRCMDclass VDRCreateBytesclass VDRCreateIPFSclass VDRDeactivateEntryclass VDRFetchEntryclass VDRProofEntryclass VDRUpdateBytesclass VDRUpdateIPFSclass Versiontrait WebsiteCMDclass OpenWebsiteclass SimulateOnWebsiteclass SubmitEventsCip30Show all
Attributes
- Supertypes
-
trait ZIOAppDefaulttrait ZIOAppclass Objecttrait Matchableclass Any
- Self type
-
CliCompletio.type
Attributes
- Supertypes
-
trait ZIOAppDefaulttrait ZIOAppclass Objecttrait Matchableclass Any
- Self type
-
CliHelp.type
Attributes
- Supertypes
-
trait ZIOAppDefaulttrait ZIOAppclass Objecttrait Matchableclass Any
- Self type
-
CliVersion.type
Attributes
- Supertypes
-
trait ZIOAppDefaulttrait ZIOAppclass Objecttrait Matchableclass Any
- Self type
-
CliWizard.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CommCommand.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ConfigCommand.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DIDCommand.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
IndexerCommand.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
KeyCommand.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MnemonicCommand.type
cardano-prism CLI
cardano-prism CLI
sbt "didResolverPrismJVM/assembly"
java -jar did-method-prism/jvm/target/scala-3.3.7/cardano-prism.jar indexer ../prism-vdr/preprod
shasum -a 256 did-method-prism/jvm/target/scala-3.3.7/cardano-prism.jar
cardanoPrismCli/runMain fmgp.did.method.prism.cli.PrismCli
cat ~/.cardano-prism-config.json
Attributes
- Supertypes
-
trait ZIOCliDefaulttrait ZIOAppDefaulttrait ZIOClitrait ZIOAppclass Objecttrait Matchableclass AnyShow all
- Self type
-
PrismCli.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PrismSubmitterServer.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ServicesCommand.type
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
StagingState.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
VDRCommand.type
Commands that drive a local website to interact with the user's browser.
Commands that drive a local website to interact with the user's browser.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
WebsiteCommand.type
ZIO-http server that serves the cardano-prism CIP-30 webapp.
ZIO-http server that serves the cardano-prism CIP-30 webapp.
The webapp bundle is built by sbt (sbt cardanoPrismCip30Webapp/cip30Bundle) and embedded in this jar as cip30/bundle.js. Set CIP30_WEBAPP_BUNDLE to a filesystem path to override the embedded copy during development.
Two modes:
- runUntilDone: one-shot. Injects events as
window.PRISM_CIP30_EVENTS, registers a/donehandler, and completes when the page POSTs the tx hash. Used bysubmit-cip30. - runForever: long-running. No events injected, no
/donehandler. Used byopenandsimulate. Runs until interrupted (Ctrl-C).
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
WebsiteServer.type