## 1. Enter Development Environment
npm install @evolution-sdk/uplcTo start working in the development environment, run the following command:
``bash`
nix develop
Before continuing, please note that this step is not part of the CI process. You'll need to run it locally to build the Rust project and generate the required WASM files:
`bash`
pnpm build-local
Once you've completed the previous step, you can build the UPLC package by running:
```
pnpm build