Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorized committed Dec 24, 2024
1 parent 760f8df commit aa56b7d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![NPM][npm-shield]][npm-url]
[![CI][ci-shield]][ci-url]
[![Solidity][solidity-shield]][solidity-ci-url]
[![Docs][docs-shield]][docs-url]

Gas optimized Solidity snippets.

Expand All @@ -22,6 +23,10 @@ To install with [**Hardhat**](https://github.com/nomiclabs/hardhat):
npm install solady
```

## Documentation

https://vectorized.github.io/solady

## Contracts

The Solidity smart contracts are located in the `src` directory.
Expand Down Expand Up @@ -158,3 +163,6 @@ This repository is inspired by or directly modified from many sources, primarily

[solidity-shield]: https://img.shields.io/badge/solidity-%3E=0.8.4%20%3C=0.8.28-aa6746
[solidity-ci-url]: https://github.com/Vectorized/solady/actions/workflows/ci-all-via-ir.yml

[docs-shield]: https://img.shields.io/badge/docs-%F0%9F%93%84-blue
[docs-url]: https://vectorized.github.io/solady

0 comments on commit aa56b7d

Please sign in to comment.