Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fedsten/rgb-resources

Educational resources on the RGB protocol
https://github.com/fedsten/rgb-resources

Last synced: 25 days ago
JSON representation

Educational resources on the RGB protocol

Awesome Lists containing this project

README

        

# RGB resources
This is a curated list of resources useful to understand the RGB protocol and learn how to use it.

## Entry point
As a main entry point to start learn about RGB and understand the protocol visit [rgb.info](https://rgb.info)

## Articles
- [Understanding the RGB protocol](https://medium.com/@FedericoTenga/understanding-rgb-protocol-7dc7819d3059)
- [The RGB magic: client-side contracts on Bitcoin
](https://bitcoinmagazine.com/technical/rgb-magic-client-contracts-on-bitcoin)

## Wallets
- Iris Wallet ([GitHub](https://github.com/RGB-Tools/iris-wallet-android) - [Play Store](https://play.google.com/store/apps/details?id=com.iriswallet.testnet)) - Android wallet for issuing, spending and receiving RGB assets
- MyCitadel ([GitHub](https://mycitadel.io/)) - Multiplatform RGB-enabled wallet
- BitMask ([GitHub](https://bitmask.app/)) - Browser extension for accessing decentralized applications on Bitcoin using the RGB protocol
- Shiro Wallet ([GitHub](https://github.com/diamondhands-dev/shiro-backend)) - Wallet server for the RGB protocol
## Guides
- [rgb-lib-python demo](https://github.com/RGB-Tools/rgb-lib-python/tree/master/demo) - Python tool to issue and transfer RGB assets
- [demo-rgb.sh](https://github.com/LNP-BP/nodes/blob/master/contrib/demo-rgb.sh/) - List of commands to run your own RGB node and issue assets with it

## Libraries
- [rgb-lib](https://github.com/RGB-Tools/rgb-lib) - Rust library which provides tools to build cross-platform RGB compatible wallets

## Protocol
- [LNP/BP Standards Association](https://github.com/LNP-BP) - The GitHub organization of the team behind RGB
- [RGB Working Group repository](https://github.com/RGB-WG) - The main RGB organization, holding all RGB repositories

## Community
- [RGB Q&A/community group](https://t.me/rgbtelegram) - Main Telegram group of the RGB community
- [RGB developers](https://t.me/RGBDevelopers) - Telegram group for developers working on RGB
- [RGBaguette](https://t.me/rgbaguette) - French Telegram group
- [RGB Italia](https://t.me/rgbitalia) - Italian Telegram group
- [Twitter list](https://twitter.com/i/lists/1582840508933582849/members) - List of people and companies active on Twitter working on RGB

## Other Resources
- [rgb.tech](https://www.rgb.tech/) - List of links to technical documentation
- [RGB FAQ](https://www.rgbfaq.com/) - Overview and FAQ, list of useful resources like developer calls, presentation slides and articles
- [awesome-rgb](https://github.com/louneskmt/awesome-rgb#readme) - Other list of RGB resources similar to this one but with a different maintainer