Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update resources page with new Node and tools #137

Merged
merged 2 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/roles/dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/roles/drep.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
26 changes: 19 additions & 7 deletions docs/tools-resources/resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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)

Expand All @@ -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

Expand All @@ -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.
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/start-a-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading