Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rigoblock/v3-contracts
Smart contracts of RigoBlock v3
https://github.com/rigoblock/v3-contracts
ethereum pool solidity solidity-contracts
Last synced: about 1 month ago
JSON representation
Smart contracts of RigoBlock v3
- Host: GitHub
- URL: https://github.com/rigoblock/v3-contracts
- Owner: RigoBlock
- License: apache-2.0
- Created: 2022-06-02T07:18:16.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2024-10-23T07:42:08.000Z (3 months ago)
- Last Synced: 2024-10-23T10:20:24.167Z (3 months ago)
- Topics: ethereum, pool, solidity, solidity-contracts
- Language: Solidity
- Homepage: https://rigoblock.com
- Size: 4.54 MB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# v3-contracts
Smart contracts of RigoBlock v3
=====================[![npm version](https://badge.fury.io/js/@rgbk%2Fv3-contracts.svg)](https://badge.fury.io/js/@rgbk%2Fv3-contracts)
[![Build Status](https://github.com/rigoblock/v3-contracts/workflows/v3-contracts/badge.svg?branch=development)](https://github.com/rigoblock/v3-contracts/actions)
[![Coverage Status](https://coveralls.io/repos/github/RigoBlock/v3-contracts/badge.svg?branch=development)](https://coveralls.io/github/RigoBlock/v3-contracts)Usage
-----
### Install requirements with yarn:```bash
yarn
```### Run all tests:
```bash
yarn build
yarn test
```### storage upgrades
New storage variables in the implementation must be added to a dedicated storage to prevent storage collision.### Commit format:
PR must follow "Conventional Commits spec". PR title is checked upon opening. Examples for valid PR titles:- ```fix:``` Correct typo. (patch)
- ```feat:``` Add support for ... (minor)
- ```feat!:``` Drop support for ... (major)Other PR titles are also valid:
- ```build:```,```chore:```,```ci:```,```docs:```,```style:```,```refactor:```,```perf:```,```test:```
### License
All smart contracts are released under Apache-2.0