https://github.com/openzeppelin/access-manager-explorer
https://github.com/openzeppelin/access-manager-explorer
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openzeppelin/access-manager-explorer
- Owner: OpenZeppelin
- Created: 2023-10-15T08:03:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T21:54:28.000Z (over 1 year ago)
- Last Synced: 2025-05-29T13:59:31.739Z (11 months ago)
- Language: TypeScript
- Homepage: https://access-manager.openzeppelin.com
- Size: 1.31 MB
- Stars: 13
- Watchers: 4
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Access Manager Explorer
An UI interface for OpenZeppelin Access Manager.
## Getting Started
Create a copy of the `env.example` into a fresh `.env` file, and fill in the values. Then, install the dependencies:
```bash
yarn install
```
## Running the app
In order to start a development server, run:
```bash
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the UI.
### Changing GraphQL queries
This project uses [GraphQL Code Generator](https://graphql-code-generator.com/) to generate TypeScript types for the GraphQL queries. In order to update the types, run:
```bash
yarn codegen
```