The Juno Emulator just got a major upgrade (see the announcement here).
Since this thread is about releases, here are the repositories that were improved to make it happen:
- Config and CLI tooling: github.com/junobuild/juno-js
- The CLI itself: github.com/junobuild/cli
- Docker images: github.com/junobuild/juno-docker
- GitHub Action: github.com/junobuild/juno-action
- Project templates: github.com/junobuild/create-juno
- Documentation: github.com/junobuild/docs
And the cherry on top? You don’t even need to create a Juno project to use it .
If you have the CLI installed (npm i -g @junobuild/cli
) and Docker, you can spin up a local container that runs PocketIC, along with the Juno Console, Internet Identity, Ledger ICP, and the CMC — all out of the box!
mkdir mytest
cd mytest
juno dev start
That’s it. Beautiful!