Easily integrate the following services with GraphQL, without having to write resolvers:
Scroll snap utilities
MetaMask example snap demonstrating preinstalled Snaps
MetaMask Keyring Snap clients
A Bitcoin wallet Snap.
A Solana wallet Snap.
MetaMask Keyring Snap SDK
MetaMask Keyring Snap internal clients
Service for Account Management Snaps
A MetaMask Snap used for Ethereum Name Service (ENS) resolution
Snaps keyring bridge
Provide automatic message signing (no user interaction) using a pseudo randomly generated private key
Swiper/carousel component for React Native with previews, multiple layouts, parallax images, performant handling of huge numbers of items, and RTL support. Compatible with Android & iOS.
Smarter snapshot utility for Mocha and BDD test runners
MetaMask Keyring API
Save / load named snapshots, useful for tests
TypeScript definitions for react-native-snap-carousel
DOM-first, headless carousel for React, utilizing native browser scrolling & CSS scroll snap points
Scrollbars, simpler.
Picks best comparison / diff for snapshot value
Signer interface and default implementations for use with Sovereign SDK applications
Snap a Bounding Box to a Grid
Zero-configuration framework-agnostic static prerendering for SPAs
Manage onchain 7715 permissions
BoxBot aims to generate an SVG or PDF template that is meant to be used with a laser cutter. Boxbot will generate a 2D cut layout for a 3D box (parallelepiped) with matching tabs that allow the box to be "snapped into place" without screws, although screws and T-joins can also be added. This gem is currently work in progress, and is a rewrite of the laser-cutter box drawing logic.
= RUGS - RUby Git Setup A helper script that makes setting up remote git repositories a snap. == WARNING: This is still alpha so use it at your own risk! Note: I don't use alpha/beta in the version numbers until I have a first real release because of how Ruby Gems handles them. == What is it? RUGS has three main functions: * Creates a local git repository and directory structure using default templates or ones you create. * Sets up a remote repository to mirror your local one. * Adds a framework of git hooks allowing you to store and run your own hooks in directly from the repo. RUGS makes creating remote repos as simple as `rugs create repo_name on server_name`. RUGS even allows you to automatically embed your Git hooks in the repo itself. No more jumping through hoops to make sure your hooks are maintained with your project; with RUGS you just store your hook scripts in the `git_hooks` directory and they're automatically updated and run. \ Once you've set up your project using RUGS you just use Git as you normally would with the exception of your hooks being the in `git_hooks` directory.