https://github.com/manifoldfinance/hibachistore
https://github.com/manifoldfinance/hibachistore
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/manifoldfinance/hibachistore
- Owner: manifoldfinance
- Created: 2021-01-19T22:29:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-24T11:35:44.000Z (over 4 years ago)
- Last Synced: 2025-07-03T14:10:15.440Z (4 months ago)
- Language: Solidity
- Size: 3.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Hibachi Store
[🍣 SushiSwap Governance Preliminary Discussion and Proposal](https://forum.sushiswapclassic.org/t/hibachi-store-lottery-based-arbitrage-payouts-for-incentivizing-lps-and-volume/2020)
## Hibachi Store: Propposal for SushiSwap
Contract source code has not been published in its entirety!
## Developer Tools 🛠️
- [Truffle](https://trufflesuite.com/)
- [TypeChain](https://github.com/ethereum-ts/TypeChain)
- [Openzeppelin Contracts](https://openzeppelin.com/contracts/)
### Tests 🔮
```bash
$ yarn test
```
### Coverage 🧰
```bash
$ yarn coverage
```
### Deploying 🛫
Deploy to Kovan:
```bash
$ NETWORK=kovan yarn deploy
```
## Verifying Contract Code 🎛
```bash
$ NETWORK=rinkeby yarn run verify YourContractName
```
## License
SPDX-License-Identifier: GPL-3.0+