> For the complete documentation index, see [llms.txt](https://cryptocrit.gitbook.io/cryptocrit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryptocrit.gitbook.io/cryptocrit/master.md).

# CryptoCRIT

![CryptoCRIT](https://theabbie.github.io/files/CryptoCRIT.png)

## Introduction

CryptoCRIT is an open-source Cryptocurrency project which facilitates a Cryptocurrency wallet for making payments. The associated Cryptocurrency is called CritCoin.

This system will be used in [Fr. Conceicao Rodrigues Institute of Technology](https://www.fcrit.ac.in)

| CryptoCRIT        |                                                                                                                                                                                                                                                                                                      |
| ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Quick Info        |                                                                                                                                                                                                                                                                                                      |
| Name              | CryptoCRIT                                                                                                                                                                                                                                                                                           |
| Technologies Used | <ul><li>Blockchain</li><li>RSA Encryption</li></ul>                                                                                                                                                                                                                                                  |
| College           | [Fr. Conceicao Rodrigues Institute of Technology](https://www.fcrit.ac.in)                                                                                                                                                                                                                           |
| Team              | <ul><li><a href="https://github.com/rgab1508">Gabriel Rajendran</a></li><li><a href="https://instagram.com/adi.unni">Aditya Unnikrishnan</a></li><li><a href="https://theabbie.github.io">Abhishek Chaudhary</a></li><li><a href="https://instagram.com/tushar_gupta_339">Tushar Gupta</a></li></ul> |

## Tasks

* [ ] Backend
* [ ] Frontend
* [ ] Logic
* [ ] Working
* [ ] Production

## Usage

```bash
mkdir <project-name>
cd <project-name>
cryptocrit run
```

## Contributing

Thank you for your interest in contributing, We are currently not interested in Contribution as this is our college project, If you have any suggestions or ideas, you can contact any of us, details are as mentioned below

## Help

You can contact us on social media, Our preferred mediums are as mentioned below

## Installation

### Requirements

* Node.Js installed
* A server or localhost

### Installation

A sample installation would be something like this

```bash
npm install -g cryptocrit
cryptocrit init
```

### Configuration

All the configuration data should be present in a `config.json` file

## Credits

* [Gabriel Rajendran](https://github.com/rgab1508)
* [Aditya Unnikrishnan](https://instagram.com/adi.unni)
* [Abhishek Chaudhary](https://theabbie.github.io)
* [Tushar Gupta](https://instagram.com/tushar_gupta_339)

## Contact

Contact us on [Gitter](https://gitter.im/CryptoCRIT/community)

## License

This project is licensed under MIT License, See [LICENSE](https://github.com/theabbie/CryptoCRIT/tree/8baf790f0e9af6ad96a567baab4aacb36a4fc6b1/LICENSE/README.md) for more information


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cryptocrit.gitbook.io/cryptocrit/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
