Skip to content

agoric-labs/agoric-inter-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inter-Protocol Dashboard and API Workers

Development

Dashboard

To set up and run the dashboard locally, follow these steps:

  1. Install the dependencies:
    yarn install
  2. Start the development server:
    yarn dev

API Worker

To set up and run the API worker locally, follow these steps:

  1. Navigate to the workers/inter-balances directory:
    cd workers/inter-balances
  2. Install the dependencies:
    yarn install
  3. Start the Wrangler development server:
    yarn wrangler dev

Deployment

API Worker

To deploy the API worker, use the following command:

yarn wrangler deploy