Overview:
This content appears to be a guide providing information on the License Tests GitHub package. It mentions the package’s version, branch, POAP Badge, and default Safe web interface. It also includes details on contributing to the project and getting started with local development by setting up environment variables.
Features:
- License Tests GitHub package: Provides tests for licensing.
- POAP Badge: Point of Achievement badge for contributors.
- Safe web interface: Default web interface provided.
Installation:
To get started with local development, follow these steps:
- Create a
.env
file with environment variables. - Use the provided
.env.example
file as a reference for setting up the following environment variables:NEXT_PUBLIC_INFURA_TOKEN
: Infura RPC API token.NEXT_PUBLIC_SAFE_APPS_INFURA_TOKEN
: Infura token for Safe Apps.NEXT_PUBLIC_IS_PRODUCTION
: Set to true to build a minified production app.NEXT_PUBLIC_GATEWAY_URL_PRODUCTION
: Base URL for the Safe Client Gateway.NEXT_PUBLIC_GATEWAY_URL_STAGING
: Base CGW URL on staging.NEXT_PUBLIC_SAFE_VERSION
: Latest version of the Safe contract.NEXT_PUBLIC_WC_PROJECT_ID
: WalletConnect v2 project ID.NEXT_PUBLIC_TENDERLY_ORG_NAME
: Tenderly org name for Transaction Simulation.NEXT_PUBLIC_TENDERLY_PROJECT_NAME
: Tenderly project name.NEXT_PUBLIC_TENDERLY_SIMULATE_ENDPOINT_URL
: Tenderly simulation URL.NEXT_PUBLIC_BEAMER_ID
: Beamer ID for in-app news feed.
Summary:
The content provides information about the License Tests GitHub package, its features, a guide for setting up local development environment variables, and details on contributing to the project. It seems to be a comprehensive resource for developers looking to work on the mentioned GitHub package.