Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/projecttwelve/contracts
Project Twleve Contracts Monorepo
https://github.com/projecttwelve/contracts
ethereum game-economy hardhat smart-contracts
Last synced: 5 days ago
JSON representation
Project Twleve Contracts Monorepo
- Host: GitHub
- URL: https://github.com/projecttwelve/contracts
- Owner: ProjectTwelve
- License: gpl-3.0
- Created: 2022-04-18T13:09:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T09:32:29.000Z (10 months ago)
- Last Synced: 2024-04-14T01:53:07.294Z (7 months ago)
- Topics: ethereum, game-economy, hardhat, smart-contracts
- Language: Solidity
- Homepage: https://projecttwelve.github.io/contracts/
- Size: 7.2 MB
- Stars: 5
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Audit: audits/2022-07-pre-audit.pdf
Awesome Lists containing this project
README
![License: GPL](https://img.shields.io/badge/license-GPLv3-blue) [![CI](https://github.com/ProjectTwelve/contracts/actions/workflows/push.yml/badge.svg)](https://github.com/ProjectTwelve/contracts/actions/workflows/push.yml/)
# Project Twelve Contracts Monorepo
## Usage
Requirement:
- Node >= 18
- pnpm >= 8Clone the repository
```shell
$ git clone https://github.com/ProjectTwelve/contracts
```Install dependencies
```shell
$ pnpm i
```Run all test
```shell
$ pnpm test
```# Audits
Audited by
- [Salus](https://salusec.io/) (Report [here](audits/2023-11-salus-audit.pdf))
- [Secure3](https://www.secure3.io/) (Report [here](audits/2022-08-secure3-audit.pdf))
- [Yos Riady](https://yos.io/) (Report [here](audits/2022-07-pre-audit.pdf))
# Copyright
Copyright © 2023 Project Twelve
Licensed under [GPL-3.0](LICENSE)