Skip to content

Commit

Permalink
update resources page (#161)
Browse files Browse the repository at this point in the history
* update resources page

* tweak resources page
  • Loading branch information
Ryun1 authored Aug 26, 2024
1 parent 9897cb1 commit 8b73e1d
Showing 1 changed file with 20 additions and 16 deletions.
36 changes: 20 additions & 16 deletions docs/tools-resources/resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@ title: 'Tools and resources'
sidebar_position: 1
---

*Last update: 2024-05-19*
*Last update: 2024-08-26*

### SanchoNet GovTool beta
### Voltaire GovTool

* [SanchoNet GovTool beta site](https://sanchogov.tools)
* [Documentation site](https://docs.sanchogov.tools/)
* [Voltaire GovTool on Preview](https://preview.gov.tools)
* [Voltaire GovTool on Mainnet](https://gov.tools)

* [SanchoNet documentation site](https://docs.sanchogov.tools/)
* [Voltaire documentation site](https://docs.gov.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)

### Node

Expand All @@ -21,12 +24,12 @@ sidebar_position: 1
### Ledger

* [CIP-1694 | A first step towards on-chain decentralized governance](https://github.com/cardano-foundation/CIPs/blob/master/CIP-1694/README.md)
* [Draft Conway design CDDL](https://github.com/IntersectMBO/cardano-ledger/blob/master/eras/conway/impl/cddl-files/conway.cddl)
* [Conway design CDDL](https://github.com/IntersectMBO/cardano-ledger/blob/master/eras/conway/impl/cddl-files/conway.cddl)
* [Conway ledger backlog](https://github.com/IntersectMBO/cardano-ledger/issues?q=is%3Aissue+is%3Aopen+label%3Aconway)

### DB Sync

* [Sancho-4-3.0 release](https://github.com/IntersectMBO/cardano-db-sync/releases/tag/sancho-4-3-0)
* [Cardano DB-Sync 13.4.0.0](https://github.com/IntersectMBO/cardano-db-sync/releases/tag/13.4.0.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)

Expand All @@ -42,13 +45,13 @@ For list of supported wallets please check [docs.sanchogov.tools](https://docs.s
* [demos CIP-95 wallet build](https://drive.google.com/file/d/1751xFA1TSN7taNs2blTMeFwE6-xL3wKt/)
* [CIP-0105 | Conway era key chains for HD wallets](https://github.com/cardano-foundation/CIPs/blob/master/CIP-0105/README.md)

### Cardano Serialization Library (Conway Alpha) - Emurgo
### Cardano Serialization Library (Conway beta) - 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.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
* 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

Expand All @@ -68,12 +71,13 @@ Some of these artifacts support the linking off-chain metadata, as a way to prov
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.
* [CIP-108 | Governance Metadata - Governance actions](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0108) 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](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0119) 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.

One further standard is around the technical form of the constitution.
Two further standard is around the technical form of the constitution.

* [CIP-0120 | Constitution technical form](https://github.com/cardano-foundation/CIPs/pull/796) This proposal aims to describe a standardized technical form for the Cardano constitution. Hoping to enhance the accessibility and safety of the document.
* [CIP-0120 | Constitution specification](https://github.com/cardano-foundation/CIPs/pull/796) 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](https://github.com/cardano-foundation/CIPs/pull/878) 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

Expand Down

0 comments on commit 8b73e1d

Please sign in to comment.