Skip to content

ConstellationCrypto/eco-solver

This branch is 9 commits ahead of, 20 commits behind eco/eco-solver:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6541240 · Jan 24, 2025

History

66 Commits
Nov 9, 2024
Jan 24, 2025
Jan 24, 2025
Jul 9, 2024
Jul 9, 2024
Jul 9, 2024
Oct 3, 2024
Jul 9, 2024
Oct 3, 2024
Jul 9, 2024
Jul 11, 2024
Jul 9, 2024
Oct 31, 2024
Jul 11, 2024
Jan 8, 2025
Jul 9, 2024
Jan 8, 2025
Jul 9, 2024
Jan 8, 2025
Jan 23, 2025

Repository files navigation

Running

In order to run the project, you need to have aws-sso installed in your machine. This is due to us fetching configurations from the SecretsManager.

 aws-sso exec

Then select the account through the terminal for development:AccountAlias development arn:aws:iam::599439662368:role/AWSAdministratorAccess)

You can also just run:

aws-sso exec -S "EcoSSO" --arn arn:aws:iam::599439662368:role/AWSAdministratorAccess

You also need to run the redis and mongodb instances for our queue and db services:

redis-server

You need to run a mongodb:

brew services start mongodb-community
brew services list
brew services stop mongodb-community

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.8%
  • Other 0.2%