cmaliwal
code for good. code for change. code as a medium for magic. code for fun.
Independent software developerBhilwara , Rajasthan
Pinned Repositories
coin-scanner
This project take data from binance and poloniex exchange and save in mongodb.
encryption-In-Python
Simple Python Encryption: How to Encrypt a Message
ethindia2.0
Stake based Subscriptions - ZERO COST subscriptions to a paid product/service on the ethereum - Smart Contracts + Compound v2 Lending Platform ZK based Privacy preserving Subscriptions using Range proofs powered by Aztec Protocol
fetch-stripe-payment-agent
A simple implementation of a Fetch.ai agent integrated with Stripe using the Stripe Agent Toolkit. This agent autonomously generates payment links, confirms payments, and notifies users, showcasing an agentic environment for real-world payment automation.
k8s-basic
This repository contains basic code of run your first application on kubernet
koa-trufflebox
Truffle box to get up and running quickly with Koa
libra-slack-bot
Help24: A simple libra slack bot using python.
NirmukTaH
An upgraded version of TCRs to allow multiple responses to the same challenge. This has been built around the concept of having decentralized news interpretations to not allow any biases and misunderstandings.
paytm-django
Paytm-Payment Gateway Example On Python-Django
send-ether-with-web3
Send Ethereum with Web3.js and Node
cmaliwal's Repositories
cmaliwal/fetch-stripe-payment-agent
A simple implementation of a Fetch.ai agent integrated with Stripe using the Stripe Agent Toolkit. This agent autonomously generates payment links, confirms payments, and notifies users, showcasing an agentic environment for real-world payment automation.
cmaliwal/k8s-basic
This repository contains basic code of run your first application on kubernet
cmaliwal/school-management-software
cmaliwal/paytm-django
Paytm-Payment Gateway Example On Python-Django
cmaliwal/.github
cmaliwal/accuknox_assignment
This project provides a set of APIs to implement various social media features
cmaliwal/agent-payment-system
A decentralized multi-agent payment system that demonstrates secure payment requests, negotiations, and confirmations between autonomous agents using uAgents framework.
cmaliwal/AgentX
cmaliwal/ai-comedy-club
You are about to step into our virtual comedy club, but there's a twist - the stage is open only for AI performers! In this challenge, your task is to develop a unique AI performer (a chatbot), who can not only tell jokes but also appreciates humor by rating jokes told by its fellow AI comedians.
cmaliwal/ai-engine-sdk-python
cmaliwal/apache-beam-learning
This repository containing sample pipeline code for apache-beam
cmaliwal/awesome-ai-agents
A list of AI autonomous agents
cmaliwal/awesome-langchain
😎 Awesome list of tools and projects with the awesome LangChain framework
cmaliwal/Basic-dajngo-application
Basic Django Application: User authentication and authorisation
cmaliwal/cloud-price-comparison-tool
A Python-based API that fetches and compares cloud compute instance prices.
cmaliwal/cmaliwal
My Github Profile
cmaliwal/competitive-programming
I have the personal goal of learning something new every day. For the most part, it is related to programming and my work, but it can be really anything. I consider being honest with my work as my key strength. I believe in the principle of "Work while work, Play while you play".
cmaliwal/covid19_quilltrace_tracker
(Government, Care Givers, People) are equal stakeholders in addressing the covid19. Blockchain can provide a central platform for all parties to communicate and share data and generate real-time insights
cmaliwal/DjangoRestFramework-Basic
A web API, is exactly that, it's a set of defined requests and responses that allow us to communicate with a server, consume and edit the data it offers. REST There are several approaches to API design, however, one architectural style that has become very popular, is REST, it stands for Representational State Transfer. The idea behind REST, is to use HTTP verbs to represent CRUD actions. GET read POST create PUT update DELETE delete So, for example, if you're going to work with a resource users, you can use these HTTP verbs to request the server a specific CRUD action. GET /users/1 Get user with id 1 POST /users/ Create a new user PUT /users/1 Update user with id 1 DELETE /users/1 Delete user with id 1 Django REST Framework Django Rest framework is a toolkit, that allows for rapid API development, it comes with very handy features like Serializers, a browse-able API, Authentication and more. On the other hand, Django Rest Framework integrates very well with Django and enhances it with several useful Classes and functions. Overview of the Todo's API We're going to go over some of the aspects of building a simple API. For the following sections, we've put together a GitHub repository with a Todo's JSON API, we recommend you clone it in order to follow along with the article. This API, has a basic Task model, and a serializer TaskSerializer which will take care of serializing the task so that we can return them as JSON data.
cmaliwal/dockerizing-node-app
This is simple repository which contains code to dockerizing node application
cmaliwal/euler-docs
Documentation
cmaliwal/fetch-wallet
Wallet for interacting with the Fetch blockchain network, other cosmos-based ledgers, and performing Inter-Blockchain Communication (IBC) transactions.
cmaliwal/open-aea
A framework for open autonomous economic agent (AEA) development - no package vendor is prioritised over other package vendors
cmaliwal/python-selenium
Super Simple Selenium Browser Automation
cmaliwal/python_executor
This project is a Flask API that securely runs Python scripts using NSJail.
cmaliwal/slack-bot
A simple slack-bot using python and docker . Add 3 IP per user and revoke the most last IP from aws security group.
cmaliwal/temp
cmaliwal/uAgents
A fast and lightweight framework for creating decentralized agents with ease.
cmaliwal/uagents-acl-example
An example of implementing an Access Control List (ACL) using uAgents for managing access to resources in a decentralized agent-based system.
cmaliwal/usernotes