Skandha Bundler
Checkout Skandha bundler code on GitHub
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -fsSL https://skandha.run | bash
git clone https://github.com/etherspot/skandha && cd skandha
yarn build && yarn bootstrap
cp config.json.default config.json
edit config.json
(optional) run local geth-node from test/geth-dev
./skandha standalone
cp config.json.default config.json
edit config.json
docker build -t etherspot/skandha .
docker run --mount type=bind,source="$(pwd)"/config.json,target=/usr/app/config.json,readonly -dp 14337:14337 etherspot/skandha standalone
