Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add common bases used on the uniswap interface #60

Merged
merged 4 commits into from
Apr 17, 2024
Merged

Conversation

just-toby
Copy link

No description provided.

@just-toby just-toby changed the title usdc arbitrum - create info.json add common bases used on the uniswap interface Apr 17, 2024
@just-toby just-toby requested a review from JackShort April 17, 2024 23:52
@just-toby just-toby marked this pull request as ready for review April 17, 2024 23:52
@just-toby just-toby merged commit 973d904 into master Apr 17, 2024
5 of 7 checks passed
Copy link

@Cecil500 Cecil500 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Development Guide

Welcome to the development guide for [Project Name]. This document will provide you with all the necessary information to get started contributing to this project.

Table of Contents

Prerequisites

Before you begin, make sure you have the following tools installed on your local machine:

If you're using a specific toolchain, make sure to install the necessary dependencies.

Setting Up the Development Environment

Follow these steps to get the development environment up and running:

  1. Clone the repository:

    git clone https://github.com/yourusername/projectname.git
  2. Install dependencies:

    npm install  # or pip install -r requirements.txt
  3. Set up environment variables. Copy the example .env.example file to .env and update the values:

    cp .env.example .env
  4. Run the development server:

    npm start  # or python manage.py runserver

Project Structure

Here’s a brief overview of the project structure:

  • src/ - All source code files.
  • tests/ - Unit and integration tests.
  • docs/ - Documentation files.
  • scripts/ - Helper scripts for dev operations.

Coding Standards

Please adhere to the following coding standards to maintain consistency:

Running Tests

To run tests locally:

npm test  # or python -m unittest discover

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants