Tools and resources
Last update: 2024-08-26
Voltaire GovTool
Node
Ledger
- CIP-1694 | A first step towards on-chain decentralized governance
- Conway design CDDL
- Conway ledger backlog
DB Sync
Wallets/CIP-95
CIP-95 is the governance extension to the CIP-30 wallet-DApp bridge. For list of supported wallets please check docs.sanchogov.tools.
- CIP-0095 | Web-wallet bridge – governance
- demos CIP-95 test DApp hosted
- demos DApp source code
- demos CIP-95 prototype wallet
- demos CIP-95 wallet build
- CIP-0105 | Conway era key chains for HD wallets
Cardano Serialization Library (Conway beta) - Emurgo
This is an Alpha build and the team are keen to hear feedback via Github Issues.
- https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-browser/v/12.0.0-beta.2
- https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-nodejs/v/12.0.0-beta.2
- https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-asmjs/v/12.0.0-beta.2
- https://crates.io/crates/cardano-serialization-lib/12.0.0-beta.2
Cardano SDK
Cardano SDK is a comprehensive suite of Typescript packages suitable for both Node.js and browser-based development, used by Lace at its core for everything relating to the Cardano blockchain.
The core/Serialization package has support for serialization and deserialization, developed from the ground up in Typescript.
Governance Metadata Standards
The Conway ledger era ushers in on-chain governance for Cardano via CIP-1694 | A First Step Towards On-Chain Decentralized Governance, with the addition of many new on-chain governance artifacts. Some of these artifacts support the linking off-chain metadata, as a way to provide context.
There have been three governance metadata standards developed, so far, to define what the off-chain contextual data can look like.
- CIP-100 | Governance Metadata Base standard, providing a framework for future more specific standards.
- CIP-108 | Governance Metadata - Governance actions This proposal aims to provide a specification for off-chain metadata vocabulary that can be used to give context to governance actions.
- CIP-119 | Governance Metadata - DReps This proposal aims to provide a specification for off-chain metadata vocabulary that can be used to give context to CIP-100 for DRep registration and updates.
Two further standard is around the technical form of the constitution.
- CIP-0120 | Constitution specification This proposal aims to describe a standardized technical form for the Cardano constitution. Hoping to enhance the accessibility and safety of the document.
- CIP-???? | Governance metadata - Constitutional Committee vote rationale This proposal aims to provide a specification for off-chain metadata vocabulary that can be used to give context to constitutional committee votes.
Built by the community
Disclaimer: These tools and guides are created by the community and are not supported directly. Please refer any issues to the author.
Tools from the community:
- Blockfrost.io: the leading Cardano API-as-a-Service, which also provides access to the SanchoNet testing network.
- NuFi Wallet CIP-95/ SanchoNet Compatible Build: the first community CIP-95 wallet build.
- Ogmios Conway Releases: is a lightweight bridge interface for cardano-node. It provides an HTTP / WebSocket API that enables applications to interact with a local cardano-node via JSON+RPC-2.0.
- Cardano-Signer: Open-Source multifunction tool, which can sign&verify data. Can also be used for Key-Generation, like dRep-Keys, CCM-Cold/Hot-Keys with Mnemonic-Support.
- SPO Scripts: Open-Source collection of CLI-Scripts to perform all kinds of transactions, key-generation, etc. on the CLI. Now with full Conway Governance support.
- Adanordic.com: A work-in-progress rudimentary governance related explorer.
- Cardano Multiplatform Library A standard multifunctional library for serialization & deserialization of core data structures and useful utility functions.
- Cexplorer.io SanchoNet: The biggest and oldest Cardano explorer, supporting the SanchoNet testing network.
- cardano-wallet Conway release: Cardano wallet is command line based software wallet.
- drep.tools: A very early version of a site to help DReps.
- Plutarch: A Haskell eDSL designed for writing fast and fine-tunable on-chain scripts. Currently supports PlutusLedger V1 and V2, with V3 on its way.
- carp 3.2.0 This project is designed to sync data from the Cardano blockchain and store it into a Postgres database.
- Parameter Proposal Guardrails Checker The Parameter Proposal Guardrails Checker is a web-based tool that checks the constitutionality of a Parameter Update Proposal. It implements checks for the guardrails from the Constitution.
Guides from the community:
Author | Title | Date |
---|---|---|
Eysteinh (NBX) | Sancho Panza: Navigating Cardano's Testnet Frontier | 2023-08-14 |
Mike Hornan (ABLE) | Sancho Testnet Guides and Command Line Interface | 2023-10-02 |
Nicolas Cerny (CF) | How to become a delegated representative (DRep) on SanchoNet | 2024-01-10 |