ShibeScribe from your own Node

A minter and protocol for inscriptions on Dogecoin. Forked from Ape Zord<3

Shibescribe Your Own Shibescription

Make sure to create or have a DOGINALS friendly wallet to inscribe the doginals to.This wallet you create should only be used for inscribing FROM and TO a Doginals Wallet, such as doge labs, dpal, or a woof wallet.Use this wallet for inscribing only! Always inscribe from this wallet to a different address,This wallet is not meant for storing funds or inscriptions.

Prerequisites

To use this, you'll need to use your console/terminal and install Node.js on your computer. So please ensure, that you have your

Install NodeJS

Please head over to https://nodejs.org/en/download and follow the installation instructions.node-v20.10.0.pkg70MBBinaryNODE JS FOR MAC

Launch your own RPC

In order to inscribe, you will need to have access to a Dodgecoin RPC. For example: https://getblock.io/ provides a service to get access to an RPC. You will need that for the configuration.

Setup

git clone and install

Install by git clone (requires git and node on your computer)git clonegit clone https://github.com/verydogelabs/inscription-wallet.gitordownload this zip file and upack in a directory.Now open your terminal and change to the directory the sources are installed.​cd <path to your download / installation>npm installAfter all dependencies are solved, you can configure the environment:

Configure environment

Copy a .env.example to .env and add your node information:NODE_RPC_URL=http://<ip>:<port># This is optional if you have an RPC from getblock.ioNODE_RPC_USER=<username>NODE_RPC_PASS=<password>TESTNET=falseFEE_PER_KB=500000000You can get the current fee per kb from here.

Funding

Generate a new .wallet.json file:node . wallet new

Last updated