kadena/devnet

By kadena

Updated 2 days ago

All-in-one image for development on Kadena

Image
Developer Tools

50K+

This is a monolithic container to run a chainweb-node instance and some accessories (such as the block explorer, a sql browser, etc) in a quick instance, useful for developing pact.

See https://docs.kadena.io/build/quickstart for some usage examples

# Do this only once to create the persistent volume
docker volume create l1

# Run the image
docker run -it --rm -p 127.0.0.1:8080:8080 -v l1:/data kadena/devnet

Visit http://localhost:8080 to see the splash page and access resources.

Source repository is https://github.com/kadena-io/devnet

Docker Pull Command

docker pull kadena/devnet