A comprehensive, global payment processing solution by CREDVAULT LIMITED designed to meet all modern payment needs with enterprise-grade security and scalability.
See the workspace for detailed folder layout and code organization.
bash scripts/setup-deepseek-coder.sh
bash scripts/download-deepseek-r1.sh
src/ai/deepseek-coder/models and src/ai/deepseek-companion/models.
To load a model locally:
await modelManager.loadLocalModel('deepseek-coder-33b-instruct');
await modelManager.loadLocalModel('deepseek-coder-6.7b-instruct');
await modelManager.loadLocalModel('deepseek-coder-33b-base');
// For DeepSeek R1/Companion, see src/ai/deepseek-companion/README.md for usage examples.
setupTrainingEnvironment in ModelManager.js.node scripts/run-security-test.js
docs/SECURITY_CHECKLIST.md for best practices.git clone https://github.com/yourusername/sunny.git
cd sunny
npm install
cp .env.example .env
# Edit .env with your configuration
npm run dev
npm install sunny-payment-gateway
import SunnySDK from 'sunny-payment-gateway';
const sunny = new SunnySDK({ apiKey: 'your_api_key', environment: 'sandbox' });
You can run the Sunny Payment Gateway in a real production environment on your local machine for safe preview and testing.
Install dependencies:
npm install --legacy-peer-deps
Run the production build locally:
ENV_FILE=.env.local-production node scripts/deploy-production.js --local-production
.env.local-production for all environment variables.Stop the app:
docker-compose -f docker/production/docker-compose.yml down
You can edit
.env.local-productionto test different settings. For real production, use.env.productionand your live domain.
See CONTRIBUTING.md for guidelines.
MIT License. See LICENSE.
This project is proprietary software. All rights reserved.
Built with ❤️ in Kenya 🇰🇪 for the world 🌍
JavaScript
90.4%
TypeScript
5.4%
CSS
2.1%
A comprehensive, global payment processing solution by CREDVAULT LIMITED designed to meet all modern payment needs with enterprise-grade security and scalability.
See the workspace for detailed folder layout and code organization.
bash scripts/setup-deepseek-coder.sh
bash scripts/download-deepseek-r1.sh
src/ai/deepseek-coder/models and src/ai/deepseek-companion/models.
To load a model locally:
await modelManager.loadLocalModel('deepseek-coder-33b-instruct');
await modelManager.loadLocalModel('deepseek-coder-6.7b-instruct');
await modelManager.loadLocalModel('deepseek-coder-33b-base');
// For DeepSeek R1/Companion, see src/ai/deepseek-companion/README.md for usage examples.
setupTrainingEnvironment in ModelManager.js.node scripts/run-security-test.js
docs/SECURITY_CHECKLIST.md for best practices.git clone https://github.com/yourusername/sunny.git
cd sunny
npm install
cp .env.example .env
# Edit .env with your configuration
npm run dev
npm install sunny-payment-gateway
import SunnySDK from 'sunny-payment-gateway';
const sunny = new SunnySDK({ apiKey: 'your_api_key', environment: 'sandbox' });
You can run the Sunny Payment Gateway in a real production environment on your local machine for safe preview and testing.
Install dependencies:
npm install --legacy-peer-deps
Run the production build locally:
ENV_FILE=.env.local-production node scripts/deploy-production.js --local-production
.env.local-production for all environment variables.Stop the app:
docker-compose -f docker/production/docker-compose.yml down
You can edit
.env.local-productionto test different settings. For real production, use.env.productionand your live domain.
See CONTRIBUTING.md for guidelines.
MIT License. See LICENSE.
This project is proprietary software. All rights reserved.
Built with ❤️ in Kenya 🇰🇪 for the world 🌍
JavaScript
90.4%
TypeScript
5.4%
CSS
2.1%