Skip to content

A library of preset flows and configuration templates. Updated regularly with experimental modules currently under testing and not yet deployed to the main DApp. Use at your own risk.

Notifications You must be signed in to change notification settings

nodematrixgit/json-templates-lab

Repository files navigation

NodeMatrix Workflow Examples

A collection of pre-built workflow templates for NodeMatrix. These workflows demonstrate common use cases and can be imported directly into your NodeMatrix instance.

What is NodeMatrix?

NodeMatrix is a visual node-based workflow builder for blockchain operations. It enables you to create complex multi-step token launches, trading strategies, and automation workflows without writing code.

How to Use These Workflows

Importing a Workflow

  1. Open NodeMatrix in your browser
  2. Click the "Flow Control" button in the left sidebar
  3. Navigate to the "Flow Management" tab
  4. Click "Import Flow"
  5. Select one of the JSON files from this repository
  6. Refresh the page to see your imported workflow

Before Running

Before executing any workflow, make sure to:

  • Configure your wallets in Run Config
  • Set up API keys in Global Config (for workflows that use Telegram, Twitter, etc.)
  • Adjust node configurations to match your specific needs
  • Review the workflow structure to understand what it does

Available Workflows

Simple Token Launch

File: simple-token-launch.json

Basic token deployment workflow. Sets token metadata, deploys the contract, and adds liquidity to a DEX pool.

Use Case: Quick token launches for testing or simple projects.

Nodes: Token Info, Wallet Injector, Deploy, Add Liquidity


Basic Buy & Sell

File: basic-buy-sell.json

Simple trading workflow that generates wallets, executes buy orders, then sells tokens.

Use Case: Testing buy and sell functionality with multiple wallets.

Nodes: Start, Wallet Injector, Multi Wallet, Buy, Sell


Token Launch with Social

File: token-launch-social.json

Deploys a token and automatically announces it on Telegram and Twitter.

Use Case: Launch a token and immediately notify your community.

Requirements: Telegram and Twitter API keys in Global Config

Nodes: Token Info, Wallet Injector, Deploy, Telegram, Twitter


Cross-Chain Swap

File: cross-chain-swap.json

Transfers funds across chains using Mayan Bridge. Configured for Monad to Solana swaps.

Use Case: Move funds between different blockchains seamlessly.

Nodes: Start, Wallet Injector, Simple Mayan Swap


EVM Master Launch

File: evm-master-launch.json

Professional token launch using the EVM Master node. Deploys, verifies, and renounces ownership in a single operation.

Use Case: Production-ready token launches with contract verification and ownership renouncement.

Nodes: Token Info, Wallet Injector, EVM Master, Add Liquidity


Basic Token Launcher with AI

File: basic-token-launcher-ai.json

Complete token launch workflow with AI-generated logo and documentation.

Use Case: Professional launches with automated asset generation.

Requirements: OpenAI API key in Global Config

Nodes: Token Info, Image Generator, Documentation Generator, Wallet Injector, Deploy, Add Liquidity


Token Launcher with Bundling & Profit Taking

File: token-launcher-bundling-profit.json

Advanced launch workflow with coordinated multi-wallet operations, bundled buys, and automated profit taking.

Use Case: Professional launches with sophisticated trading strategies.

Nodes: Token Info, Wallet Generator, Deploy, Add Liquidity, Multi Wallet, Buy, Sell, Atomic Remove Liquidity


Token Launch with Social Management

File: token-launch-social-management.json

Complete social media launch workflow. Creates Telegram groups, sends announcements, posts on Twitter, and updates website dynamically.

Use Case: Full-featured launches with complete social media automation.

Requirements: Telegram, Twitter, and Vercel API keys in Global Config

Nodes: Token Info, Image Generator, Deploy, Add Liquidity, Telegram Group Creator, Telegram, Twitter, Website Config


Modular: Wallet Rotation System

File: modular-wallet-rotation.json

Demonstrates modular workflow composition. Automatically rotates wallets and manages fund distribution.

Use Case: Learn how to combine nodes to create custom automation systems.

Nodes: Wallet Generator, Wallet Transfer, Wallet Injector, Loop


Modular: Cross-Chain Workflow

File: modular-cross-chain-workflow.json

Multi-chain deployment workflow. Deploys on Monad, switches chains, bridges funds, and launches on PumpFun.

Use Case: Understand cross-chain workflows and chain switching capabilities.

Nodes: Token Info, Deploy, Add Liquidity, Chain Switch, Simple Mayan Swap, PumpFun Launcher


Modular: Monitoring & Analytics System

File: modular-monitoring-system.json

Real-time transaction monitoring system with alerts and chart integration.

Use Case: Monitor token activity and receive alerts for important transactions.

Requirements: Telegram API key for alerts

Nodes: Start, Transaction Monitor, DEXTools, Telegram, Loop

Customization

After importing a workflow, you can:

  • Modify node configurations by clicking on individual nodes
  • Add or remove nodes to extend functionality
  • Adjust timing and delays between operations
  • Change chain settings in the Token Info node
  • Configure wallet pools and trading amounts

Chain Support

All workflows default to Monad chain, but you can change this in the Token Info node. Supported chains include:

  • Monad (primary)
  • Base
  • Ethereum
  • BSC (Binance Smart Chain)
  • Solana

Contributing

Found a bug or want to add a workflow? Open an issue or submit a pull request. When contributing:

  • Include a clear description of what the workflow does
  • Test the workflow before submitting
  • Follow the existing JSON structure format
  • Update this README with your new workflow

Support

For questions or issues:

License

These workflows are provided as-is for use with NodeMatrix. Modify and use them as needed for your projects.

About

A library of preset flows and configuration templates. Updated regularly with experimental modules currently under testing and not yet deployed to the main DApp. Use at your own risk.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published