Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 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
@@ -126,7 +126,8 @@
Fungible Tokens
- Nothing (https://www.nothingtoken.com/) - A fungible token that does nothing (contract (https://explorer.stacks.co/txid/0x022bed728d648ff1a68036c40f3aff8136ee22fee18380731df0ab9d76d3c4a9?chain=mainnet)).
- Nothing (https://www.nothingtoken.com/) - A fungible token that does nothing (contract 
(https://explorer.stacks.co/txid/0x022bed728d648ff1a68036c40f3aff8136ee22fee18380731df0ab9d76d3c4a9?chain=mainnet)).
Stacking
- Stacking Pools (https://github.com/friedger/clarity-stacking-pools) - Wrapper contracts of PoX for stacking pools.
@@ -170,20 +171,22 @@
- Developer Registry 101 (https://www.crowdcast.io/e/clarity-program) - Learn how to build a Clarity smart contract from scratch.
- How Clarity Prevents Common Smart Contract Vulnerabilities (https://www.youtube.com/watch?v=VYXhrwPsBws) - Explanation of Clarity's security princples.
- Proof of Transfer Whitepaper Reading with Muneeb Ali (https://www.youtube.com/watch?v=NY_eUrIcWOY&t=3s) - Overview of the Proof of Transfer (PoX) whitepaper from the author.
- Web3 for Bitcoin (https://www.crowdcast.io/e/web3-for-bitcoin/) - Overview of Stacks, the problem it solves, how it brings smart contract functionality to Bitcoin, and how to start building on it.
- Web3 for Bitcoin (https://www.crowdcast.io/e/web3-for-bitcoin/) - Overview of Stacks, the problem it solves, how it brings smart contract functionality to Bitcoin, and how to start building
on it.
- Why Build on Stacks (https://www.youtube.com/watch?v=WaTMCremGwE) - An overview of why web3 developers might want to build on Stacks over other blockchain protocols.
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.
- 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.
- Building an NFT with Stacks and Clarity (https://blog.developerdao.com/building-an-nft-with-stacks-and-clarity) - Utilize the SIP-009 standard to create an NFT using Clarity.
- Order Book Contract Walkthrough (https://byzantion.hiro.so/) - Walkthrough of an order book smart contract built with Clarity.
- NFT Tutorial (https://docs.hiro.so/tutorials/clarity-nft) - Create an NFT with Clarity.