Skip to content

Commit

Permalink
fix: addressed reviewer comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pgray-hiro committed May 25, 2021
1 parent 90550e7 commit 24a35e7
Showing 1 changed file with 25 additions and 23 deletions.
48 changes: 25 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ If you have something that isn't yet on this awesome list, don't hesitate to sub

## Apps

### Wallets

- **[Stacks Wallet](https://www.hiro.so/wallet):** Desktop wallet application for managing STX and stacking individually or in pools
- **[Stacks Web Wallet](https://www.hiro.so/wallet/install-web):** Web wallet for connecting to Stacks web applications
- **[Xverse Wallet](https://www.secretkeylabs.com/):** Mobile wallet application for managing STX and stacking

### Web Applications

- **[Stacks Explorer](https://explorer.stacks.co/?chain=mainnet):** An application for reviewing transactions on the Stacks blockchain
- **[search-clarity.dev](https://search-clarity.dev):** An application for searching for deployed Clarity contracts
- **[Pravica](https://pravica.io/):** Communication suite using Stacks identity services for secure messaging
- **[Speed Spend](https://speed-spend.netlify.app):** A suite of working Clarity experiments on testnet ([source](https://github.com/friedger/speed-spend))

## Clarity Resources
### Wallets

- **[Stacks Wallet](https://www.hiro.so/wallet):** Desktop wallet application for managing STX and stacking individually or in pools
- **[Stacks Web Wallet](https://www.hiro.so/wallet/install-web):** Web wallet for connecting to Stacks web applications
- **[Xverse Wallet](https://www.secretkeylabs.com/):** Mobile wallet application for managing STX and stacking
- **[Boom.money](https://boom.money):** A mobile wallet focused on STX, NFTs, and custom tokens

## Awesome Clarity Resources

### Developer Tools

Expand All @@ -32,7 +32,7 @@ If you have something that isn't yet on this awesome list, don't hesitate to sub

- **[uint256](https://github.com/KStasi/clarity-uint256-lib):** A library for converting values into 256-bits

### Example Contracts
### Awesome Contracts

- **[SWAPR](https://github.com/psq/swapr):** A Uniswap-like implementation on Stacks 2.0 and Clarity
- **[FLEXR](https://github.com/psq/flexr):** An interpretation of Ampleforth for Stacks
Expand All @@ -45,25 +45,11 @@ If you have something that isn't yet on this awesome list, don't hesitate to sub
- **[DualX](https://github.com/westridgeblockchain/dualX):** A collection of Clarity contracts that implement a DeFi ecosystem for exchanges
- **[WRAPR](https://github.com/psq/swapr/blob/master/contracts/wrapr.clar):** Wrapping and minting tokens

## Mining

- **[Daemon Technologies](https://daemontechnologies.co):** Mining bot for STX mining

## App Development

### Frontend Libraries

- **[Stacks.js](https://github.com/blockstack/stacks.js):** Monorepo for Javascript libraries for interacting with the Stacks blockchain
- **[@stacks/auth](https://github.com/blockstack/stacks.js/tree/master/packages/auth):** Frontend authentication for Stacks apps
- **[@stacks/storage](https://github.com/blockstack/stacks.js/tree/master/packages/storage):** Library for interacting with Gaia, the decentralized storage system
- **[@stacks/transactions](https://github.com/blockstack/stacks.js/tree/master/packages/transactions):** Library for working with Clarity smart contracts on the Stacks blockchain
- **[@stacks/stacking](https://github.com/blockstack/stacks.js/tree/master/packages/stacking):** Library for PoX stacking
- **[@stacks/keychain](https://github.com/blockstack/stacks.js/tree/master/packages/keychain):** Library for creating and managing keys/wallets
- **[@stacks/network](https://github.com/blockstack/stacks.js/tree/master/packages/network):** Network and API library for interacting with Stacks nodes
- **[@stacks/encryption](https://github.com/blockstack/stacks.js/tree/master/packages/encryption):** Encryption functions for Stacks packages
- **[@stacks/profile](https://github.com/blockstack/stacks.js/tree/master/packages/profile):** Library for manipulating user profiles
- **[@stacks/common](https://github.com/blockstack/stacks.js/tree/master/packages/common):** Common utilties for Stacks.js
- **[@stacks/bns](https://github.com/blockstack/stacks.js/tree/master/packages/bns):** Library for interacting with the BNS contract

### CLI

Expand All @@ -77,18 +63,34 @@ If you have something that isn't yet on this awesome list, don't hesitate to sub

- **[Nothing](https://www.nothingtoken.com/):** A fungible token that does nothing ([contract](https://explorer.stacks.co/txid/0x022bed728d648ff1a68036c40f3aff8136ee22fee18380731df0ab9d76d3c4a9?chain=mainnet))

## Stacking

- **[stacking.club](https://stacking.club):** Stacking information and statistics
- **[Friedger pool](https://pool.friedger.de/):** Community stacking pool with no fees
- **[PlanBetter pool](https://planbetter.org/):** Stacking pool with BTC rewards

## Community

- **[Discord](https://discord.gg/zrvWsQC):** Stacks ecosystem Discord
- **[Twitter](https://twitter.com/stacks):** Stacks ecosystem Twitter
- **[Official Stacks Forum](https://forum.stacks.org/):** Stacks community forum
- **[r/stacks](https://www.reddit.com/r/stacks):** Stacks subreddit

## Documentation

- **[Official Stacks documentation](https://docs.stacks.co/):** Documentation and developer tutorials for learning
Clarity and developing Stacks apps
- **[Stacks 101](https://stacks101.com):** Community curated STX knowledge

## Companies

- **[Stacks Accelerator](https://www.stacks.ac):** Startup accelerator program for companies interested in building on Stacks
- **[Arkadiko](https://www.arkadiko.finance/):** DeFi on Bitcoin
- **[Jolocom](https://jolocom.io/):** Decentralized identity and access management
- **[Risidio](https://risidio.com/):** NFTs, digital art, auction platform, and other projects
- **[Syvita Guild](https://syvita.org):** Developers of Sypool, daoOS, Nothing token, and others
- **[Daemon Technologies](https://daemontechnologies.co):** STX mining company in China

## Videos

- **[Clarity 101](https://youtu.be/lXJutQqDq3w):** Learn the basics of Clarity's design principles
Expand Down

0 comments on commit 24a35e7

Please sign in to comment.