Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 deletions

View File

@@ -1,11 +1,11 @@
 Awesome Stacks!Awesome (https://awesome.re/badge.svg) (https://awesome.re)
 Awesome Stacks!Awesome (https://awesome.re/badge.svg) (https://awesome.re)
!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/understand-stacks/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.
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/understand-stacks/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.
Contents
@@ -175,12 +175,11 @@
Written Tutorials
- Built on Bitcoin: An Introduction to Full-Stack Web3 Development with Stacks (https://dev.to/stacks/built-on-bitcoin-an-introduction-to-full-stack-web3-development-with-stacks-me9) - A high-level overview of 
building full-stack applications with Stacks.
- Built on Bitcoin: An Introduction to Full-Stack Web3 Development with Stacks (https://dev.to/stacks/built-on-bitcoin-an-introduction-to-full-stack-web3-development-with-stacks-me9) - A high-level overview of building full-stack 
applications with Stacks.
- Understanding Stacks Post Conditions (https://dev.to/stacks/understanding-stacks-post-conditions-e65) - A guide to understanding and working with Post Conditions in Stacks.
- Test-Driven Stacks Development with Clarinet (https://dev.to/stacks/test-driven-stacks-development-with-clarinet-2e4i) - A tutorial showing how to utilize Clarinet for testing and TDD.
- Build a DEX with Stacks (https://www.pointer.gg/tutorials/build-a-dex-with-stacks/56abb3a4-05c1-4608-b096-f82189e9f759) - An extensive introduction to working with Stacks by building a full-stack decentralized
exchange.
- Build a DEX with Stacks (https://www.pointer.gg/tutorials/build-a-dex-with-stacks/56abb3a4-05c1-4608-b096-f82189e9f759) - An extensive introduction to working with Stacks by building a full-stack decentralized exchange.
- Build a Stacks app with Remix (https://micro-stacks.dev/guides/with-remix) - How to create a server-side rendered Stacks app using the Remix JS framework and Micro-Stacks.
- Build a Stacks app with Next.js (https://micro-stacks.dev/guides/with-nextjs) - Similar to the Remix tutorial above, this one utilizing Next.js and Micro-Stacks.
- Creating a Voting Contract (https://www.clearness.dev/01-voting-clarity-smart-contract/01-getting-started) - A multi-part series showing how to use Clarity to create a simple voting smart contract.