simple and efficient h5 development tools
Miller Columns for Mints Components
No description provided.
Eslint Config for Mints Components
utils package for mints
Mints SDK for JavaScript
Modular, storage-agnostic core for working with Cashu mints and wallets.
A new mechanism for minting on Zora.
Markdown Editor for Mints Components
Development server bootstrap for Kumiko apps. Bundles the client, mints dev-JWTs, injects the resolved AppSchema, and seeds an admin. Not for production.
TypeScript library to discover and score Cashu mints by:
Utilities and instruction builders for wrapping Token-2022 mints into SPL Token mints via the Token2022 Wrapper program.
Common utilities, types, token mints, and constants used across the Mallow Labs packages.
CSS framework to establish your favorite websites in mints, with user experience in mind.
Cloud Access Broker — MCP server that mints scoped, TTL-bounded cloud credentials per agent task. Ships AWS support (aws_request_access, aws_poll_grant, aws_release_access, aws_describe_scope, aws_preview_request, aws_get_credentials — STS AssumeRole unde
ChiefLab CLI — `chieflab launch-here` is the one product verb. State-aware: boots the workspace first, resumes pending approvals / manual-publish gaps / proactive drafts when present, only mints a fresh launch when the workspace is clear. Auto-attaches Ch
CLI for gitstash — decentralized git network where every repo mints a pump.fun token (Solana)
OpenClaw plugin that captures every tool call inside an agent session, flushes the log to 0G Storage at session end, and mints an AgenticID iNFT anchoring the rootHash on-chain. Produces a /verify/<tokenId> URL the dashboard can verify cold (network is im
An easy-to-use React hooks collections.
Connects your coding agent to UpTurtle's MCP server. Detects the agent, mints a scoped PAT via browser handshake, and writes the right MCP config.
Official GraveMint public-data SDK. Read-only access to launchpad collections, NFTs, mints, and platform data.
Server-side helper for the Nevermined UI Widgets. Mints a **widget session** by calling the Nevermined API with your widget key secret and returns the session the browser SDK ([`@nevermined-io/ui-widgets`](https://www.npmjs.com/package/@nevermined-io/ui-w
Interactive installer that signs in to a Kryton server, mints an API key, and wires every supported AI agent host (Claude Code, Cursor, Codex, OpenCode, Cline, Continue, KiloCode, RooCode, Claude Desktop) to use it
CSS framework to establish your favorite websites in mints, with user experience in mind.
A crate containing a few simple command-line procrastination 'tools' :)
Hermit incentive contract
Metaplex Candy Guard: programmatic access control for Candy Machine.
Metaplex Candy Guard: programmatic access control for Candy Machine.
Metaplex Candy Guard: programmatic access control for Candy Machine.
Cashu cli wallet built on CDK
NFT Candy Machine Core: programmatic and trustless NFT drops.
NFT Candy Machine Core: programmatic and trustless NFT drops.
NFT Candy Machine Core: programmatic and trustless NFT drops.
The zero-copy standard library for Solana programs built on Hopper Runtime. Account layout, validation, PDA, Token/Mint readers, Token-2022 screening, CPI guards, DeFi math, AMM, slippage, lending, staking, vesting, multisig, distribution, Merkle, Ed25519, Pyth oracle. Declarative macros for error codes, instruction dispatch, and account checks. no_std, no_alloc, no proc macros, BPF-safe.
CLI for the Solana Stablecoin Standard (SSS)
Lightweight Solana virtual machine for local transaction execution
MINTS gem allows to connect your Rails App to MINTS.CLOUD
CryptoPunks GUI for Simplified Minting - Built with Glimmer DSL for Tk (requires ActiveTcl to run cryptopunks-gui command)
Run Mint with fastlane! Mint is a package manager that installs and runs Swift command line tool packages.
Handles the registration and minting of remote identifiers (i.e. DOI, ARK, ORCID)
# Mint::Money Mint::Money perform currency conversion and arithmetics with different currencies. ## Installation Add this line to your application's Gemfile: ```ruby gem 'mint-money' ``` And then execute: $ bundle Or install it yourself as: $ gem install mint-money ## Usage ``` # Configure the currency rates with respect to a base currency (here EUR): Money.conversion_rates('EUR', { 'USD' => 1.11, 'Bitcoin' => 0.0047 }) ``` ``` # Instantiate money objects: fifty_eur = Money.new(50, 'EUR') # Get amount and currency: fifty_eur.amount # => 50 fifty_eur.currency # => "EUR" fifty_eur.inspect # => "50.00 EUR" ``` ``` # Convert to a different currency (should return a Money # instance, not a String): fifty_eur.convert_to('USD') # => 55.50 USD ``` ``` # Perform operations in different currencies: twenty_dollars = Money.new(20, 'USD') # Arithmetics: fifty_eur + twenty_dollars # => 68.02 EUR fifty_eur - twenty_dollars # => 31.98 EUR fifty_eur / 2 # => 25 EUR twenty_dollars * 3 # => 60 USD ``` ``` # Comparisons (also in different currencies): twenty_dollars == Money.new(20, 'USD') # => true twenty_dollars == Money.new(30, 'USD') # => false fifty_eur_in_usd = fifty_eur.convert_to('USD') fifty_eur_in_usd == fifty_eur # => true twenty_dollars > Money.new(5, 'USD') # => true twenty_dollars < fifty_eur # => true ``` ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/mpakus/mint-money. [](https://circleci.com/gh/mpakus/mint-money)
(PRE RELEASE) A nice mint theme for Jekyll.
Current and historical foreign exchange rates published by the European Central Bank
Mint a DOI and resolve a DOI using the Datacite restful web service
The MINT Statemachine is a ruby library for building Finite State Machines, based on the Statemachine gem by Micah Martin.
Overlay enables simple Web3 development across multiple blockchains, including Solana, Ethereum, BSC, Base, Polygon, and Bera. It does not require signing transactions with wallets, which is typically necessary in blockchain development. Additionally, Overlay does not store any database, implements high-level security features, and securely encrypts wallet information to safely execute transactions.
Tools for working with DOIs in Hyrax including model attributes, minting, and fetching descriptive metadata.
Provides basic utilities for minting assets on the ERGO blockchain.
No description provided.
No description provided.