diff --git a/docs/roles/dev.mdx b/docs/roles/dev.mdx index 4f21fe2f..ee414243 100644 --- a/docs/roles/dev.mdx +++ b/docs/roles/dev.mdx @@ -12,7 +12,7 @@ A SanchoNet developer is an individual skilled in blockchain technology and prog To interact with SanchoNet as a developer, you will need to: -1. Download the node [v8.8.1-pre](https://github.com/IntersectMBO/cardano-node/releases/tag/8.8.1-pre) +1. Download the node [v8.10.0-pre](https://github.com/IntersectMBO/cardano-node/releases/tag/8.10.0-pre) 2. [Run the node](tutorials/start-a-node.mdx) 3. Request funds from the [faucet](/faucet) 3. Build a cool tool to integrate with SanchoNet diff --git a/docs/roles/drep.mdx b/docs/roles/drep.mdx index 4c622f43..0e819e00 100644 --- a/docs/roles/drep.mdx +++ b/docs/roles/drep.mdx @@ -18,7 +18,7 @@ As a DRep, you'll have the power to vote 'yes,' 'no,' or 'abstain' on governance To become a DRep, follow these steps: -1. Download the node [v8.8.1-pre](https://github.com/IntersectMBO/cardano-node/releases/tag/8.8.1-pre) +1. Download the node [v8.10.0-pre](https://github.com/IntersectMBO/cardano-node/releases/tag/8.10.0-pre) 2. [Run the node](tutorials/start-a-node.mdx) 3. Request funds from the [faucet](/faucet) 4. Register as a DRep with an on-chain registration certificate diff --git a/docs/tools-resources/resources.mdx b/docs/tools-resources/resources.mdx index 1f971725..9b2bc86c 100644 --- a/docs/tools-resources/resources.mdx +++ b/docs/tools-resources/resources.mdx @@ -4,12 +4,13 @@ title: 'Tools and resources' sidebar_position: 1 --- -*Last update: 2024-03-19* +*Last update: 2024-04-18* ### SanchoNet GovTool beta * [SanchoNet GovTool beta site](https://sanchogov.tools) * [Documentation site](https://docs.sanchogov.tools/) +* [GovTool Repository](https://github.com/IntersectMBO/govtool) * [Testing guide](https://docs.sanchogov.tools/about/sanchonet-govtool-testing) * [Quick start guide](https://docs.sanchogov.tools/about/sanchonet-govtool-testing) @@ -25,7 +26,7 @@ sidebar_position: 1 ### DB Sync -* [Sancho-4-1-0 build](https://github.com/IntersectMBO/cardano-db-sync/releases/tag/sancho-4.1.0) +* [Sancho-4-2-0 release](https://github.com/IntersectMBO/cardano-db-sync/releases/tag/sancho-4-2-0) * [Note on naming scheme](https://gist.github.com/kderme/2ab2f79fcdc159be3465bae9b7df78e7) * [Blog post on speeding up DB-Sync](https://github.com/IntersectMBO/cardano-db-sync/blob/blog/blog/blog.pdf) @@ -44,10 +45,10 @@ For list of supported wallets please check [docs.sanchogov.tools](https://docs.s ### Cardano Serialization Library (Conway Alpha) - Emurgo This is an Alpha build and the team are keen to hear feedback via [Github Issues](https://github.com/Emurgo/cardano-serialization-lib/issues). -* https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-browser/v/12.0.0-alpha.19 -* https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-nodejs/v/12.0.0-alpha.19 -* https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-asmjs/v/12.0.0-alpha.19 -* https://crates.io/crates/cardano-serialization-lib/12.0.0-alpha.19 +* https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-browser/v/12.0.0-alpha.29 +* https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-nodejs/v/12.0.0-alpha.29 +* https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-asmjs/v/12.0.0-alpha.29 +* https://crates.io/crates/cardano-serialization-lib/12.0.0-alpha.29 ### Cardano SDK @@ -59,6 +60,17 @@ developed from the ground up in Typescript. * https://www.npmjs.com/package/@cardano-sdk/core * [Usage examples](https://github.com/input-output-hk/cardano-js-sdk/tree/master/packages/core/test/Serialization) +### 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](https://github.com/cardano-foundation/CIPs/blob/master/CIP-1694/README.md), 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](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0100) Base standard, providing a framework for future more specific standards. +* [CIP-108 | Governance Metadata - Governance actions (pull request)](https://github.com/cardano-foundation/CIPs/pull/632) 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 (pull request)](https://github.com/cardano-foundation/CIPs/pull/788) 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. + ## 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. @@ -73,7 +85,7 @@ Disclaimer: These tools and guides are created by the community and are not supp * [Cardano Multiplatform Library](https://github.com/dcSpark/cardano-multiplatform-lib/releases/tag/5.0.0) A standard multifunctional library for serialization & deserialization of core data structures and useful utility functions. * [Cexplorer.io SanchoNet](https://sancho.cexplorer.io/): The biggest and oldest Cardano explorer, supporting the SanchoNet testing network. * [cardano-wallet Conway release](https://github.com/cardano-foundation/cardano-wallet/releases/tag/v2024-03-01): Cardano wallet is command line based software wallet. -* [drep.tools](https://drep.tools/): A very early version of a site to help DReps by. +* [drep.tools](https://drep.tools/): A very early version of a site to help DReps. * [Plutarch](https://github.com/Plutonomicon/plutarch-plutus): A Haskell eDSL designed for writing fast and fine-tunable on-chain scripts. Currently supports PlutusLedger V1 and V2, with [V3 on its way](https://github.com/Plutonomicon/plutarch-plutus/issues/655). ### Guides from the community: diff --git a/docs/tutorials/start-a-node.mdx b/docs/tutorials/start-a-node.mdx index 571d9a75..3188af1b 100644 --- a/docs/tutorials/start-a-node.mdx +++ b/docs/tutorials/start-a-node.mdx @@ -7,7 +7,7 @@ slug: /tutorials/start-node ### Download or build cardano-node and cardano-cli binaries: -* The latest version for SanchoNet is **8.8.1-pre**. [See releases](https://github.com/IntersectMBO/cardano-node/releases). +* The latest version for SanchoNet is **8.10.0-pre**. [See releases](https://github.com/IntersectMBO/cardano-node/releases). ### Get configuration files