Main Avalanche Network server application. Built with Ruby on Rails.
class AgentsController < ApplicationController def dashboard end def list @users = User.all end end