https://github.com/ogeefinance/ogeeswap-core
Core #solidity contracts repository
https://github.com/ogeefinance/ogeeswap-core
heco smart-contracts solidity
Last synced: 2 months ago
JSON representation
Core #solidity contracts repository
- Host: GitHub
- URL: https://github.com/ogeefinance/ogeeswap-core
- Owner: ogeefinance
- License: gpl-3.0
- Created: 2021-03-25T18:50:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T21:20:49.000Z (about 4 years ago)
- Last Synced: 2024-08-09T12:48:11.044Z (10 months ago)
- Topics: heco, smart-contracts, solidity
- Language: TypeScript
- Homepage: https://ogee.finance
- Size: 189 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ogeeswap Factory
In-depth documentation on Ogeeswap is available at [docs.Ogeeswap.finance](https://docs.Ogeeswap.finance/).
# Local Development
The following assumes the use of `node@>=10`.
## Install Dependencies
`yarn`
## Compile Contracts
`yarn compile`
## Run Tests
`yarn test`