Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/get-started/launch-token.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@ contract DeployToken is Script {

### Environment Configuration

<Warning>
Never commit your `.env` file or share your `PRIVATE_KEY`. The raw private key approach shown below is intended for **local development and testing only**. For production deployments, use the more secure keystore method with `cast wallet import deployer --interactive` as described in the [Deploy Smart Contracts guide](https://docs.base.org/get-started/deploy-smart-contracts).
</Warning>

Create a `.env` file with your configuration:

```bash .env
Expand Down