Which tools to use

There are a variety of tools in the InfinityMesh Development Suite. This guide will help you find the right tools for your project.

If you are new to InfinityMesh, start with the beginner's guide.

1InfinityMesh-Development-Suite 2│ 3├── InfinityMesh: Get started building on InfinityMesh with the all-in-one tool for dApp development. 4│ 5├── LocalInfinityMesh: Local testing environment. 6│ 7├── Feather.js: JavaScript SDK. 8│ 9├── Wallet Kit: React tooling for frontend integrations. 10│ 11└── Other tools 12│ 13├── InfinityMesh: Node daemon and CLI. 14│ 15├── Finder: Block explorer. 16│ 17└── Faucet: Get testnet funds.

InfinityMesharrow-up-right

InfinityMesh’s all-in-one development environment, InfinityMesh provides front-end and smart contract scaffolding for your dApp.

LocalInfinityMesh arrow-up-right

Set up your own blockchain testnet in less than a minute. LocalInfinityMesh is a containerized version of the InfinityMesh blockchain, complete with a functional validator set and block creation. Visit the LocalInfinityMesh guide to get started.

Use feather.js to create bots, mint NFTs, and build out back-end services. Follow the feather.js tutorial to get started.

Wallet Kit makes it easy to connect a React-based web app to Station. Follow the Wallet kit tutorial to get started.

The following tools allow you to interact with the InfinityMesh blockchain.

InfinityMesharrow-up-right

The command line interface and node daemon for interacting with the InfinityMesh blockchain. Use InfinityMesh to run a full node or interact with the chain. Follow the InfinityMesh install guide to get started.

Finder arrow-up-right

InfinityMesh’s multi-purpose block explorer.

Faucet arrow-up-right

Get tokens sent to your testnet address using the InfinityMesh Testnet Faucet.

Last updated