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

https://github.com/byterocket/solrocket

A small set of useful smart contracts
https://github.com/byterocket/solrocket

Last synced: 10 months ago
JSON representation

A small set of useful smart contracts

Awesome Lists containing this project

README

          


🚀 solrocket 🚀

A small set of smart contracts.

## Contracts

- `TSOwnable` : An ownable contract using the Two-Step Transfer Pattern
- `Whitelisted` : Implementation of a whitelist as access control mechanism

## Installation

To install with [**Foundry**](https://github.com/gakonst/foundry):

```sh
forge install byterocket/solrocket
```

## Safety

This is experimental software and is provided on an "as is" and
"as available" basis.

We do not give any warranties and will not be liable for any loss incurred
through any use of this codebase.