Skip to content

A collection of small utilities for Swarm, designed to perform simple, specific tasks efficiently.

Notifications You must be signed in to change notification settings

ethersphere/npx-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bee-docker

Creates docker-compose.yml and directory layout for multiple Bee nodes. Grabs wallet addresses and puts them in addresses.txt for convenience.

npx bee-docker 3

docker compose up

bee-yaml

Prints an ultra-light Bee configuration file to stdout.

mkdir -p /etc/bee

npx bee-yaml > /etc/bee/bee.yaml

create-swarm-app

Scaffolds a browser or Node.js application. Supports React (Vite) and Node.js (CommonJS, ESM, TypeScript).

npx create-swarm-app my-app vite-tsx

cd my-app
npm install
npm start

About

A collection of small utilities for Swarm, designed to perform simple, specific tasks efficiently.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published