Skip to content

Commit 38418ca

Browse files
committed
docs: add badges
1 parent 53f319b commit 38418ca

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1-
# Time-Lock Vault Contracts [![Hardhat][hardhat-badge]][hardhat] [![License: GNU AGPLv3][license-badge]][license]
1+
# Time-Lock Vault Contracts
22

3-
<div align="center">
4-
<img src="docs/images/header.png" alt="Time-Lock Vault Solidity Contracts" />
5-
</div>
3+
[![Release][gha-badge]][gha-ci] [![solidity][solidity-badge]][solidity]
4+
[![Hardhat][hardhat-badge]][hardhat] [![License: GNU AGPLv3][license-badge]][license]
65

76
[hardhat]: https://hardhat.org/
87
[hardhat-badge]: https://img.shields.io/badge/Built%20with-Hardhat-FFDB1C.svg
98
[license]: https://opensource.org/license/agpl-v3/
109
[license-badge]: https://img.shields.io/badge/License-AGPL_v3-blue.svg
10+
[solidity]: https://github.com/superical/time-lock-vault
11+
[solidity-badge]: https://img.shields.io/badge/solidity-v0.8.13-2ea44f?logo=solidity
12+
[gha-ci]: https://github.com/superical/time-lock-vault/actions/workflows/release.yml
13+
[gha-badge]: https://github.com/superical/time-lock-vault/actions/workflows/release.yml/badge.svg
14+
15+
<div align="center">
16+
<img src="docs/images/header.png" alt="Time-Lock Vault Solidity Contracts" />
17+
</div>
1118

1219
A simple and easy to use time-lock vault for ERC20 tokens, designed to support multiple deposits and
1320
withdrawals by various users. Each deposit can have a predefined/fixed locking period or a different

0 commit comments

Comments
 (0)