Skip to content

Commit

Permalink
add security details, migrate README details
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Jun 18, 2024
1 parent e4b063a commit d8589a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Solidity Development Template(Foundry)

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![CI Status](https://github.com/wschwab/sol-template/actions/workflows/test.yml/badge.svg)](https://github.com/wschwab/sol-template/actions/workflows/test.yml)
[![CI Status](https://github.com/alchemix-finance/alchemix-sol-template/actions/workflows/test.yml/badge.svg)](https://github.com/alchemix-finance/alchemix-sol-template/actions/workflows/test.yml)

This template repo is a quick and easy way to get started with a new Solidity project. It comes with a number of features that are useful for developing and deploying smart contracts. Such as pre-commit hooks for formatting, auto generated documentation, and more

Expand Down Expand Up @@ -48,7 +48,7 @@ Follow these steps to set up your local environment for development:
- Test contracts: `forge test`
- Run coverage: `forge coverage`

Note: the CI badge above is configured to run from `github.com/wschwab/sol-template/`. When forking to use this template, the badge should be modified (via the url embedded in the Markdown at the beginning of the README) to point at the target repo.
Note: the CI badge above is configured to run from `github.com/alchemix-finance/alchemix-sol-template/`. When forking to use this template, the badge should be modified (via the url embedded in the Markdown at the beginning of the README) to point at the target repo.

## Pre-commit Hooks

Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Preferred-Languages: en

## Security contact details.

security@<INSERT_DOMAIN_HERE>
security@alchemix.fi

## The URL for accessing the security.txt file.

https://<INSERT_DOMAIN_HERE>/security.txt
https://alchemix.fi/security.txt

0 comments on commit d8589a5

Please sign in to comment.