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
- Host: GitHub
- URL: https://github.com/byterocket/solrocket
- Owner: byterocket
- License: gpl-3.0
- Created: 2022-03-22T11:51:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T11:22:06.000Z (almost 4 years ago)
- Last Synced: 2023-08-06T13:25:08.206Z (almost 3 years ago)
- Language: Solidity
- Homepage:
- Size: 30.3 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.