Skip to content

Commit

Permalink
docs: update resources page with new Node and tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryun1 committed Apr 17, 2024
1 parent e5195f7 commit bef2ca4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
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
11 changes: 6 additions & 5 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-17*

### 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 Down Expand Up @@ -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 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

0 comments on commit bef2ca4

Please sign in to comment.