https://github.com/primitivefinance/v1-connectors
Smart contracts that connect Primitive V1 to other Ethereum protocols and standards.
https://github.com/primitivefinance/v1-connectors
Last synced: about 1 year ago
JSON representation
Smart contracts that connect Primitive V1 to other Ethereum protocols and standards.
- Host: GitHub
- URL: https://github.com/primitivefinance/v1-connectors
- Owner: primitivefinance
- License: mit
- Created: 2020-11-05T02:02:02.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-03-13T01:56:58.000Z (over 5 years ago)
- Last Synced: 2024-04-15T05:17:23.361Z (about 2 years ago)
- Language: Solidity
- Size: 1.29 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Primitive V1 Connectors Contract Repository
## Documentation
The database of Primitive protocol contracts and documentation is hosted on notion here: [Primitive Protocol HQ](https://www.notion.so/primitivefi/Primitive-Protocol-HQ-fc081b939bb04e2a90ccaebf36faa78e)
## Immunefi Bug Bounty
[\$25,000 Bug Bounty](https://immunefi.com/bounty/primitive/)
## Contracts
Primitive is a protocol for decentralized option tokens.
These connector contracts bundle operations from other protocols or useful tools with Primitive V1 contract operations.
The live contract addresses are [here](https://www.notion.so/primitivefi/dc3b883ff9d94044b6738701b2826f7a?v=9e56507d430d4f4fb1939242cfb23736).
We use [Hardhat](https://hardhat.org) as a development environment for compiling, testing, and deploying the contracts.
## Testing
Primitive is live on Rinkeby and Kovan testnets.
### Run Tests
`yarn test`
### Run Coverage
`yarn coverage`
### Deployments
`yarn deploy:mainnet`
`yarn deploy:rinkeby`
### Verify Deployments
`yarn verify:rinkeby`
`yarn verify:mainnet`
# Contributing
Join the developers and team in the Primitive discord: [Discord](https://discord.gg/JBM6APT)
# Security
The disclosure of security vulnerabilities helps us ensure the security of our users.
How to report a security vulnerability?
If you believe you’ve found a security vulnerability in one of our contracts or platforms, send it to us by emailing security@primitive.finance. Please include the following details with your report:
- A description of the location and potential impact of the vulnerability.
- A detailed description of the steps required to reproduce the vulnerability.