Skip to content

Commit

Permalink
Update projects.constants.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMS-sys authored Feb 8, 2024
1 parent 9f94af1 commit 45c9c8b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/components/general/Projects/projects.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ export interface Project {
}

export const projects: Project[] = [
{
link: 'https://infinex.io',
description:
'In collaboration with Gateway.fm, we have developed an optimized and efficient API tailored for Synthetix PerpsV3 DEX to improve the trading experience by providing high-speed data access and seamless integration with PerpsV3 contracts.',
technologies: [
'Go',
'Optimism',
'Solidity'
'GRPS',
'ScyllaDB',
'PostgreSql',
'Swagger',
'Ethereum',
'Swagger',
'EKS',
],
otherTechnologies: ['Microservices', 'Redis', 'Nomad', 'Web3.js'],
name: 'Infinex HFT API',
},
{
link: null,
description:
Expand Down

0 comments on commit 45c9c8b

Please sign in to comment.