Skip to content

Commit

Permalink
docs: add/ update links on resources page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Williams authored and disassembler committed Nov 3, 2023
1 parent 2b849ad commit 476bd3b
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions docs/tools-resources/resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: 'Tools and resources'
sidebar_position: 1
---

*Last update: 2023-10-25*
*Last update: 2023-11-02*

### Node

Expand All @@ -13,15 +13,15 @@ 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/input-output-hk/cardano-ledger/blob/master/eras/conway/test-suite/cddl-files/conway.cddl)
* [Draft Conway design CDDL](https://github.com/input-output-hk/cardano-ledger/blob/master/eras/conway/impl/cddl-files/conway.cddl)
* [Conway ledger backlog](https://github.com/input-output-hk/cardano-ledger/issues?q=is%3Aissue+is%3Aopen+label%3Aconway)

### DB-Sync

* [Sancho-2-1-0 build](https://github.com/input-output-hk/cardano-db-sync/releases/tag/sancho-2-1-0)
* [Sancho-2-1-0 ChangeLog](https://gist.github.com/kderme/33174fdb2cba360ff6b5da72bd961bd8#210)
* [Sancho-2-1-0 schema docs](https://github.com/input-output-hk/cardano-db-sync/blob/sancho-2-1-0/doc/schema.md)
* [Sancho-2-1-0 Postgres migrations](https://github.com/input-output-hk/cardano-db-sync/tree/sancho-2-1-0/schema)
* [Sancho-2-2-0 build](https://github.com/input-output-hk/cardano-db-sync/releases/tag/sancho-2-2-0)
* [Sancho-2-2-0 ChangeLog](https://gist.github.com/kderme/33174fdb2cba360ff6b5da72bd961bd8#220)
* [Sancho-2-2-0 schema docs](https://github.com/input-output-hk/cardano-db-sync/blob/sancho-2-2-0/doc/schema.md)
* [Sancho-2-2-0 Postgres migrations](https://github.com/input-output-hk/cardano-db-sync/tree/sancho-2-2-0/schema)
* [Note on naming scheme](https://gist.github.com/kderme/2ab2f79fcdc159be3465bae9b7df78e7)
* [Blog post on speeding up DB-Sync](https://github.com/input-output-hk/cardano-db-sync/blob/blog/blog/blog.pdf)

Expand All @@ -43,10 +43,10 @@ CIP-???? | Conway era key chains for HD wallets: describes how wallets can creat
### 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.11
* https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-nodejs/v/12.0.0-alpha.11
* https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-asmjs/v/12.0.0-alpha.11
* https://crates.io/crates/cardano-serialization-lib/12.0.0-alpha.11
* https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-browser/v/12.0.0-alpha.12
* https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-nodejs/v/12.0.0-alpha.12
* https://www.npmjs.com/package/@emurgo/cardano-serialization-lib-asmjs/v/12.0.0-alpha.12
* https://crates.io/crates/cardano-serialization-lib/12.0.0-alpha.12


## Built by the community
Expand All @@ -56,6 +56,8 @@ Disclaimer: These tools and guides are created by the community and are not supp
### Tools from the community:

* [Blockfrost.io](https://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](https://github.com/nufi-official/nufi#cardano-sanchonet-build): the first community CIP-95 wallet build.
* [Ogmios Conway Release Candidate](https://github.com/CardanoSolutions/ogmios/releases/tag/v6.0.0-rc4): 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.

### Guides from the community:

Expand Down

0 comments on commit 476bd3b

Please sign in to comment.