Efiquant
Efiquant is an online algorithmic trading platform that helps users to build algorithmic crypto trading strategy in the easiest way with built-in code editor, provided crypto APIs, real time crypto market data and charts.
Install / Use
npx skills add chung-thai-nguyen/efiquantInstalls into whichever agent you are using.
README
Efiquant
<!--- These are examples. See https://shields.io for others or to customize this set of shields. You might want to include dependencies, project status and licence info here --->
Efiquant is an online algorithmic trading platform that helps users to build algorithmic crypto trading strategy in the easiest way with built-in code editor, provided crypto APIs, real time crypto market data and charts.
Author
This project belongs to @me.
Technology stack
- Front-end: NextJS, Redux, TailwindCSS
- Back-end: NestJS, MongoDB, Prisma, GraphQL
Live demo
A public demo will be released soon.
Login

Sign up

Crypto charts

Build an algorithmic trading strategy with online code editor

Installing Efiquant
To install Efiquant, use this command:
npm install
or
yarn install
Using Efiquant
To run Efiquant, use this command:
npm run dev/ npm run start
or
yarn dev/ yarn start
Contributing to Efiquant
To contribute to Efiquant, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>. - Make your changes and commit them:
git commit -m '<commit_message>' - Push to the original branch:
git push origin Efiquant/<location> - Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
<!-- ## Contributors Thanks to the following people who have contributed to this project: * [@scottydocs](https://github.com/scottydocs) 📖 * [@cainwatson](https://github.com/cainwatson) 🐛 * [@calchuchesta](https://github.com/calchuchesta) 🐛 You might want to consider using something like the [All Contributors](https://github.com/all-contributors/all-contributors) specification and its [emoji key](https://allcontributors.org/docs/en/emoji-key). -->Contact
If you want to contact me you can reach me at Linkedin.
Have a good day!
Related Skills
nextjs-tanstack-query-cursorrules-prompt-file
40.5kCursor rules for Next.js App Router with TanStack Query v5, covering the HydrationBoundary pattern, Server Actions as mutations, and optimistic updates.
nextjs-tanstack-query
40.5kNext.js App Router combined with TanStack Query v5 — HydrationBoundary pattern, Server Actions as mutations, optimistic updates, and infinite scroll
nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file
40.5kCursor rules for Next.js development with React 19, Vercel AI, and Tailwind CSS integration.
nextjs15-supabase-cursorrules-prompt-file
40.5k27 architecture rules preventing AI hallucinations: insecure auth (getSession vs getUser), synchronous params, deprecated imports, missing RLS, and Stripe key exposure. Built for Cursor Agent and Claude Code.
