- Ruby 2.7.4
- NodeJS (v16), and npm
- Heroku CLI
- Postgresql
bundle install
rails db:create
npm install --prefix client
sudo service postgresql startYou can use the following commands to run the application:
rails s: run the backend on http://localhost:3000npm start --prefix client: run the frontend on http://localhost:4000
-
Ruby 2.7.4
-
NodeJS (v16), and npm
-
Heroku CLI
-
Postgresql
-
EthersJS
-
Etherscan API
-
Tailwind
-
React v17
-
React-router v6