All Projects β†’ samuelvanderwaal β†’ metaboss

samuelvanderwaal / metaboss

Licence: Apache-2.0 license
The Metaplex NFT-standard Swiss Army Knife tool.

Programming Languages

rust
11053 projects
shell
77523 projects

Projects that are alternatives of or similar to metaboss

fetch-nft
πŸ–ΌπŸŽ‘πŸŒ  A utility to fetch and easily display Ethereum & Solana NFTs in a common format given any wallet
Stars: ✭ 83 (-85.57%)
Mutual labels:  nft, solana, metaplex
metaplex-cli
Command line interface for Solana Metaplex programs.
Stars: ✭ 16 (-97.22%)
Mutual labels:  nft, solana, metaplex
metaplex
A directory of what the Metaplex Foundation works on!
Stars: ✭ 3,233 (+462.26%)
Mutual labels:  nft, solana, metaplex
awesome-defi
Curated list of awesome DeFi protocols, dapps, wallets and other resources
Stars: ✭ 36 (-93.74%)
Mutual labels:  nft, solana
MetaplexMetadata-js
Get the Metaplex Metadata from NFTs with Metaplex standard
Stars: ✭ 48 (-91.65%)
Mutual labels:  nft, solana
arloader
Rust command line application and client for uploading files to Arweave.
Stars: ✭ 79 (-86.26%)
Mutual labels:  nft, solana
solana-nft-token-metadata-update
Node.js script to update NFT Token metadata on Solana Blockchain
Stars: ✭ 143 (-75.13%)
Mutual labels:  nft, solana
solana-nft-monitor
Monitor Solana NFT projects using Github Actions + flatgithub.com
Stars: ✭ 31 (-94.61%)
Mutual labels:  nft, solana
air-support
Airdrop automation tools for Solana from The Skeleton Crew
Stars: ✭ 112 (-80.52%)
Mutual labels:  nft, solana
SecretNetwork
π•Š The Secret Network
Stars: ✭ 466 (-18.96%)
Mutual labels:  nft
NBA-TopShot-Chrome-Extension
A google chrome extension that allows for sorting by price rather than serial number and highlights differently-tiered serial numbers to help you find the best bang for your buck
Stars: ✭ 22 (-96.17%)
Mutual labels:  nft
thenftbay.org
The NFT Bay is the galaxy's most resilient NFT BitTorrent site! You wouldn't steal a JPEG (or would you)
Stars: ✭ 322 (-44%)
Mutual labels:  nft
Crypto-Car-Battle
NFT (ERC721) based HTML5 game with Crypto Payouts to the Winner.
Stars: ✭ 90 (-84.35%)
Mutual labels:  nft
nftx-protocol-v2
The new and improved NFTX v2 Protocol.
Stars: ✭ 116 (-79.83%)
Mutual labels:  nft
arStudio
A innovative Web editor for Augmented Reality
Stars: ✭ 45 (-92.17%)
Mutual labels:  nft
doge-nft
DOGE NFT
Stars: ✭ 30 (-94.78%)
Mutual labels:  nft
rainbow
DeFi options comparator to detect market opportunities with CLI (Go) and web (Vue3).
Stars: ✭ 40 (-93.04%)
Mutual labels:  solana
mango-v3-service
REST API Service for mango markets version 3
Stars: ✭ 29 (-94.96%)
Mutual labels:  solana
swap-ui
React Component for Swapping on the Serum DEX
Stars: ✭ 107 (-81.39%)
Mutual labels:  solana
gas-reporting
Reference documentation on every gas price API and all the different formats
Stars: ✭ 85 (-85.22%)
Mutual labels:  nft

Crate Downloads Build Status License

Metaboss

metaboss logo

Overview

The Solana Metaplex NFT 'Swiss Army Knife' tool.

Features:

  • Decode the metadata of a token mint account

  • Mint new NFTs from a JSON file or URIs

  • Set primary_sale_happened bool on an NFT's metadata

  • Set update_authority address on an NFT's metadata

  • Verify a creator by signing the metadata accounts for all tokens in a list, for a given candy machine id or a single mint account

  • Get a snapshot of current NFT holders for a given candy machine ID or update authority

... and more! See the docs for full features and usage instructions.

Suggestions and PRs welcome!

Note: This is experimental software for a young ecosystem. Use at your own risk. The author is not responsible for misuse of the software or for the user failing to test specific commands on devnet before using on production NFTs.

Alternate Tools

Some alternate tools that do similar things:

Installation

Install Binary

Copy the following to a terminal:

bash <(curl -sSf https://raw.githubusercontent.com/samuelvanderwaal/metaboss/main/scripts/install.sh)

If you get errors you may need dependencies:

Ubuntu:

sudo apt install libssl-dev libudev-dev pkg-config

MacOS may need openssl:

brew install openssl@3

Binaries

Linux, MacOS and Windows binaries available in releases, thanks to CI work done by Kartik Soneji.

Install From crates.io

cargo install metaboss

Install From Source

Requires Rust 1.58 or later.

Install Rust.

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Clone the source:

git clone [email protected]:samuelvanderwaal/metaboss.git

or

git clone https://github.com/samuelvanderwaal/metaboss.git

Change directory and check out the main branch:

cd metaboss
git checkout main

Install or build with Rust:

cargo install --path ./

or

cargo build --release

Contact

Email: [email protected]

Twitter: @samvwaal

Discord: @archaeopteryx#7615

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].