From ab913711b9aead74b9db3f5f6d15cc144b7e1ace Mon Sep 17 00:00:00 2001 From: friedger Date: Fri, 24 May 2024 14:40:18 +0200 Subject: [PATCH] fix lint --- .editorconfig | 9 +++++++++ README.md | 8 ++++---- 2 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..7384524 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +indent_style = tab +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +quote_type = single diff --git a/README.md b/README.md index f93f2c6..ac5145a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Awesome Stacks[![Awesome](https://awesome.re/badge.svg)](https://awesome.re) -[![Awesome Stacks](img/awesome-stacks.png "Awesome Stacks")](https://www.stacks.co) +[![Awesome Stacks](img/awesome-stacks.png 'Awesome Stacks')](https://www.stacks.co) [Stacks](https://www.stacks.co/what-is-stacks) is a blockchain anchored by Bitcoin that enables apps, smart contracts, and digital assets. Stacks is a layer-1 blockchain that connects to Bitcoin and implements smart contracts and decentralized applications through the [Clarity language](https://clarity-lang.org/). Through the [Proof of Transfer (PoX) consensus mechanism](https://docs.stacks.co/stacks-101/proof-of-transfer), the state of the Stacks blockchain is anchored against the Bitcoin blockchain, thus providing the security and finality of Bitcoin to Stacks. Stacks brings the programmability of other blockchain technologies to Bitcoin, without the need to modify the core consensus mechanism of Bitcoin itself. @@ -26,7 +26,7 @@ - [Fungible Tokens](#fungible-tokens) - [Stacking](#stacking) - [App Development](#app-development) - - [Frontend Libraries](#frontend-libraries) + - [Client Libraries](#client-libraries) - [CLI](#cli) - [Storage](#storage) - [Indexing and Querying APIs](#indexing-and-querying-apis) @@ -149,10 +149,10 @@ ## App Development -### Frontend Libraries +### Client Libraries - [Stacks.js](https://github.com/hirosystems/stacks.js) - Monorepo for JavaScript libraries for interacting with the Stacks blockchain. -- [stacks.rs]() +- [stacks.rs](https://github.com/52/stacks.rs) - A Rust toolkit to interact with the Stacks Blockchain. ### CLI