The Mintlify CLI
MINT Platform SDK — Vue 3 components, composables, and types for plugin development. MINT = Mass-spec INtegrated Toolkit.
@mint-ui/core
Professional SDK for the Simple NFT Mint contract on Stacks
tsParticles pastel mint palette
TypeScript SDK for the Andes Mint API (https://andeslabs.io/mint/v1).
The front-end TS/SCSS framework of App Art Mint
A Mint wrapper library
cashu library for communicating with a cashu mint
Starknet OFT Mint/Burn contracts for LayerZero v2
750px for Mint UI
Protocol SDK allows developers to create tokens using the Zora Protocol and mint them.
A React component library for swapping MINT / HUNT buildings
Mint NFT Platform Client SDK
Styles by App Art Mint
mint NFT code
Core C-forge mint fee constants, formatting helpers, explorer links, and token utilities.
Mint Solutions Common Lib
Agent Arena CLI — AI-gated NFT mint on Base. Generate a local wallet, solve a 5-sigil duel against a Ghost, mint on-chain.
`@bananapus/721-hook-v6` is the tiered NFT issuance layer for Juicebox V6. It lets a project mint ERC-721s on payment, attach tier-specific pricing and supply rules, mint reserves, and integrate custom token URI resolvers.
A CSS library that provides classes, tokens, variables, fonts and other essential stylings governed under MINT design system, used by Groww
Shared utilities for loading remote React components in Mint Mobile microfrontends
Provide one-step configuration of Linux Mint for NodeJS/TypeScript development
TypeScript SDK for the Mint Club V2 bonding curve protocol — read, trade, create, and manage tokens across 17 networks.
Math interoperability standard types
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
Clean, simple library for maintaining and styling documents without a word processor. Mint aims to bring the best of the Web to desktop publishing, to be completely flexible, and to let the user decide what his workflow is like. A powerful plugin system means almost any conceivable publishing target is an option.
Like a mint breeze, MintHttp allows you to write simple HTTP requests while giving you the full power of Net::HTTP.
The MINT Statemachine is a ruby library for building Finite State Machines, based on the Statemachine gem by Micah Martin.
This gem implements all core constucts of the state chart XML (SCXML) specification of the W3C. (http://www.w3.org/TR/scxml/) Instead of implementing an interpreter, this gem implements a parser that create a ruby statemachine instance based on the MINT-statemachine gem (https://github.com/sfeu/statemachine).
(PRE RELEASE) A nice mint theme for Jekyll.
Multimodal systems realizing a combination of speech, gesture and graphical-driven interaction are getting part of our everyday life. Examples are in-car assistance systems or recent game consoles. Future interaction will be embedded into smart environments offering the user to choose and to combine a heterogeneous set of interaction devices and modalities based on his preferences realizing an ubiquitous and multimodal access. This framework enables the modeling and execution of multimodal interaction interfaces for the web based on ruby and implements a server-sided synchronisation of all connected modes and media. Currenlty the framework considers gestures, head movements, multi touch and the mouse as principle input modes. The priciple output media is a web application based on a rails frontend as well as sound support based on the SDL libraries. Building this framework is an ongoing effort and it has to be pointed out that it serves to demonstrate scientific research results and is not targeted to we applied to serve productive systems as they are several limitations that need to be solved (maybe with your help?) like for instance multi-user support and authentification. The MINT core gem contains all basic AUI and CUI models as well as the basic infrastructure to create interactors and mappings. For presenting the user interface on a specific platform a "frontend framework" is required. For the first MINT version (2010) we used Rails 2.3 (See http://github.com/sfeu/MINT-rails). The current version uses nodeJS and socketstream as the frontend framework (See http://github.com/sfeu/MINT-platform). The MINT-platform project contains installation instructions. There is still no further documentation for the framework, but a lot of articles about the concepts and theories of our approach have already been published and can be accessed from our project site http://www.multi-access.de .
Description of MintReporter.
Write a longer description or delete this line.
# 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)
Gem to allow you to incorporate Mint.com into your ruby applications.
MintCondition provides a minimal, observable entitlements engine with capabilities, rulesets, and structured decisions.
Run Mint with fastlane! Mint is a package manager that installs and runs Swift command line tool packages.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.