Skip to content

Instantly share code, notes, and snippets.

View QuadradS's full-sized avatar

Danil QuadradS

  • Kyrgyzstan
View GitHub Profile
@deanmlittle
deanmlittle / Readme.md
Last active December 24, 2024 09:49
Metaplex validator

How to setup :

  1. Create a valid8 folder in your path: mkdir ~/.local/share/valid8

  2. Dump the metaplex program there: solana program dump -u m metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s ~/.local/share/valid8/metadata.so

  3. Create bash script with sudo nano /usr/local/bin/metaplex-test-validator then paste in the following code and save: (if the /user/local/bin directory doesn't exist, you can create it using sudo mkdir -p -m 775 /usr/local/bin)

#!/bin/bash