Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 >= 8

Clone 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)