From 0ccddb5480ce784bf54e82db9c13a3e2c2736cbc Mon Sep 17 00:00:00 2001 From: Will Riches Date: Thu, 14 Nov 2024 23:40:42 +0000 Subject: [PATCH] Add multiple links to child list items for consistency --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb6e650..0e42783 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,8 @@ Directory tracking developer tools and infrastructure projects within Sui ecosys - [Wormhole Kit(zktx.io)](https://github.com/zktx-io/wormhole-kit-monorepo) - React library that enables instant integration of Wormhole into your dapp. - SuiBase - Suibase makes it easy to create "workdirs", each defining a distinct development environment targeting a network. - [GitHub](https://github.com/chainmovers/suibase) - [Documentation](https://suibase.io/) -- ⚠️ [Obelisk Engine (Beta)](https://obelisk.build/engine/docs) - Framework for ambitious Move applications. It compresses the complexity of building Move apps with a tightly integrated software stack. [GitHub](https://github.com/0xobelisk/obelisk-engine) +- ⚠️ Obelisk Engine (Beta) - Framework for ambitious Move applications. It compresses the complexity of building Move apps with a tightly integrated software stack. + - [GitHub](https://github.com/0xobelisk/obelisk-engine) - [Documentation](https://obelisk.build/engine/docs) - [Sui Tools](https://sui-tools.vercel.app/ptb-generator) - Scaffolding Typescript PTBs for any on-chain function you might want to invoke. - [Enoki (MystenLabs)](https://docs.enoki.mystenlabs.com/) - Make zkLogin and Sponsored Transactions more accessible. - [Sui Gas Pool (MystenLabs)](https://github.com/MystenLabs/sui-gas-pool) - Service that powers sponsored transactions on Sui at scale. @@ -141,7 +142,8 @@ Directory tracking developer tools and infrastructure projects within Sui ecosys #### Misc - [`sui-sniffer`](https://www.app.kriya.finance/sui-sniffer/) - Checking security of Sui tokens. -- [RPC Tools (Polymedia)](https://rpcs.polymedia.app/) - A webapp that lets users find the fastest RPC for their location. [GitHub](https://github.com/juzybits/polymedia-rpcs) +- RPC Tools (Polymedia) - A webapp that lets users find the fastest RPC for their location. + - [GitHub](https://github.com/juzybits/polymedia-rpcs) - [Documentation](https://rpcs.polymedia.app/) - [Polymedia Commando (Polymedia)](https://github.com/juzybits/polymedia-commando) - Sui command line tools to help with Sui airdrops (send coins to many addresses), gather data from different sources (Sui RPCs, Indexer.xyz, Suiscan), and more. - [YubiSui (MystenLabs)](https://github.com/MystenLabs/yubigen) - Create a Sui Wallet inside a yubikey and sign Sui transactions with it. - [`sui-dapp-kit-theme-creator`](https://sui-dapp-kit-theme-creator.app/) - Build custom Sui dApp Kit themes.