All Projects → friedger → clarity-smart-contracts

friedger / clarity-smart-contracts

Licence: MIT license
Collection of Smart Contract for Stacks Blockchain in Clarity

Programming Languages

typescript
32286 projects
Clarity
4 projects

Projects that are alternatives of or similar to clarity-smart-contracts

docs
Unleash Bitcoin's full potential with decentralized apps and smart contracts. The documentation covers key aspects of the Stacks network and technology and provides tutorials and other helpful content for developers.
Stars: ✭ 134 (+119.67%)
Mutual labels:  smart-contracts, stacks, clarity
clarity-lsp
Language Server Protocol implementation for Clarity (including VS code extension).
Stars: ✭ 47 (-22.95%)
Mutual labels:  smart-contracts, stacks, clarity
clarinet
Clarinet is a simple, modern and opinionated runtime for testing, integrating and deploying Clarity smart contracts.
Stars: ✭ 209 (+242.62%)
Mutual labels:  smart-contracts, clarity
stacks-blockchain-api
API for the Stacks 2.0 blockchain
Stars: ✭ 117 (+91.8%)
Mutual labels:  stacks, blockstack
micro-stacks
Tiny libraries for building the next generation of Stacks apps.
Stars: ✭ 56 (-8.2%)
Mutual labels:  stacks, blockstack
mortgage-blockchain-demo
A demo DApp on Ethereum to process mortgage loans and payments
Stars: ✭ 42 (-31.15%)
Mutual labels:  smart-contracts
nft-tutorial
Tezos FA2 NFT CLI Tool And Tutorial
Stars: ✭ 81 (+32.79%)
Mutual labels:  smart-contracts
nftree
A scalable way to mint NFTs that earn their owners a yield in STX
Stars: ✭ 41 (-32.79%)
Mutual labels:  stacks
metamorphic
A factory contract for creating metamorphic (i.e. redeployable) contracts.
Stars: ✭ 167 (+173.77%)
Mutual labels:  smart-contracts
eosio-rust
EOSIO SDK for Rust – APIs for building smart contracts on EOSIO blockchains in Rust
Stars: ✭ 93 (+52.46%)
Mutual labels:  smart-contracts
ethereum-playbook
CLI tool that configures and deploys Ethereum DApp infrastructures using a static specification. 📚📖
Stars: ✭ 20 (-67.21%)
Mutual labels:  smart-contracts
blockapps-rest
REST API wrapper. Great for e2e
Stars: ✭ 36 (-40.98%)
Mutual labels:  smart-contracts
platform-contracts
Smart contracts Genesis Vision platform
Stars: ✭ 18 (-70.49%)
Mutual labels:  smart-contracts
pytest-eth
PyTest plugin for testing smart contracts for Ethereum blockchain.
Stars: ✭ 23 (-62.3%)
Mutual labels:  smart-contracts
nuxt-web3
🖖 Web3.js module integration for Nuxt 2 ( Nuxt 3 under development )
Stars: ✭ 38 (-37.7%)
Mutual labels:  smart-contracts
ethereum-dex
Decentralized exchange implementation for the 0xcert protocol on the Ethereum blockchain.
Stars: ✭ 18 (-70.49%)
Mutual labels:  smart-contracts
jupiter
Wasm smart contract networks powered by Substrate FRAME Contracts pallet in Polkadot ecosystem.
Stars: ✭ 49 (-19.67%)
Mutual labels:  smart-contracts
Scrypto-Advent-Calendar
Scrypto Advent Calendar. Learn the new programming langage to build secure DeFi applications quickly.
Stars: ✭ 22 (-63.93%)
Mutual labels:  smart-contracts
core
SIREN Core Smart Contracts
Stars: ✭ 39 (-36.07%)
Mutual labels:  smart-contracts
mastering-blockchain
blockchain basis,logic,usage
Stars: ✭ 29 (-52.46%)
Mutual labels:  smart-contracts

Gitpod ready-to-code

Clarity Smart Contracts

A collection of various smart contracts written in Clarity. They run on the Stacks blockchain.

See also original Clarity tutorials by Blockstack.

Repositories with Smart Contracts

  • Swapr Trustless token exchange.
  • Flexr Token with an elastic supply, guaranteed by design to be uncorrelated to other tokens.
  • Stackstarter Crowdfunding
  • Marketplace Marketplace (NFTs that can get disabled + market).
  • Loopbomb Marketplace Marketplace for art NFTs and others.
  • Profit sharing token Token with included profit sharing on resale.
  • Blind Poll Anonymous polls, where all submitted answers will be sealed until they're revealed by participants after the poll is closed.
  • Highscore Simple list of submitted scores.
  • Redistribution Pot for redistributing funds.
  • Endless list A bottomless, paged, list of items.
  • Stacks loans Loans with fixed interest rates.
  • Advent calendar Open one door each day, open to everybody to add new doors.

More examples on

Smart Contracts in this Repository

This repo is gitpod ready. Click the gitpod button to start editing and running the contracts. (Read more about Clarity Web IDE (gitpod based))

.
+-- contracts
|    +-- license (OI License - contract to handle licenses for using UI apps, not data apps)
|    +-- tokens  (Token contracts with various properties)
|    +-- experiments (All the rest)
+-- test
|    +-- integration (Tests that run on mocknet or testnet)
|    +-- unit (Test that run on clarity VM only)

Documented Contracts

Escrow contract: Simple token transfer via 3rd party (contract account). Video of demo

Flip coin contract: Random coin flipping, users can bet on the outcome.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].