
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Here’s the content formatted specifically for a README.md
file:
🚀 Next-DRF is a developer-friendly, highly scalable full-stack framework combining the power of Next.js for the frontend and Django Rest Framework (DRF) for the backend. Designed for simplicity and flexibility, it enables developers to build robust applications effortlessly while supporting modern best practices like Tailwind CSS for styling and seamless authentication integrations.
npx next-drf-cli
.# Clone the repository
npx next-drf@latest
# Install dependencies
npm install
Run the frontend and backend servers with a single command:
npm run dev
This will:
Set up a Python virtual environment:
python -m venv env
source env/bin/activate # For Linux/Mac
env\Scripts\activate # For Windows
pip install -r requirements.txt
Run migrations to set up the database:
npm run migrate
The frontend is built with Next.js:
npm run dev:frontend
Run the Django server:
npm run dev:backend
Next-DRF supports multiple authentication providers. Select your preferred provider by setting the AUTH_PROVIDER
environment variable in .env
:
AUTH_PROVIDER=cognito # Options: cognito, firebase, auth0, okta, custom
.env
FileAPI_KEY=your_api_key_here
AUTH_PROVIDER=cognito
AWS_REGION=your_aws_region
AWS_COGNITO_APP_CLIENT_ID=your_cognito_app_client_id
Next-DRF comes with a powerful CLI tool:
npx next-drf-cli
Initialize a New Project
npx next-drf-cli init
Sets up the project structure and installs dependencies.
Add a New Django App
npx next-drf-cli add-app <app-name>
Run Migrations
npx next-drf-cli migrate
Start the Servers
npx next-drf-cli dev
next-drf/
├── next-frontend/ # Next.js application
│ ├── public/ # Static assets
│ ├── src/ # Source files
│ └── tailwind.config.js # Tailwind CSS configuration
├── dra-backend/ # Django application with DRF
│ ├── env/ # Virtual environment
│ ├── draBackend/ # Django project settings
│ └── manage.py # Django management script
├── scripts/ # CLI and helper scripts
├── package.json # Node.js dependencies
└── README.md # Project documentation
We welcome contributions from the community! 🚀
Feel free to open issues or submit pull requests on GitHub.
Next-DRF is developed by Cointavia and is licensed under the MIT License.
Built with ❤️ by Cointavia
Empowering developers to build faster, smarter, and more scalable applications.
Let me know if there’s anything you’d like to adjust! 🚀
FAQs
A full-stack framework combining Next.js and Django Rest Framework.
The npm package next-drf receives a total of 1 weekly downloads. As such, next-drf popularity was classified as not popular.
We found that next-drf demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.