https://github.com/provable-things/pgala-recovery-plan-contracts
pGala recovery plan contracts
https://github.com/provable-things/pgala-recovery-plan-contracts
Last synced: 12 months ago
JSON representation
pGala recovery plan contracts
- Host: GitHub
- URL: https://github.com/provable-things/pgala-recovery-plan-contracts
- Owner: provable-things
- Created: 2022-11-08T12:15:06.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-10-11T10:51:05.000Z (over 2 years ago)
- Last Synced: 2025-04-05T21:43:53.411Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.54 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pgala-recovery-plan-contracts
pGALA recovery plan contracts
***
## :guardsman: Smart Contract Tests
```
❍ npm install
```
```
❍ npm run test
```
***
## :white_check_mark: How to publish & verify
Create an __.env__ file with the following fields:
```
BSC_MAINNET_NODE=
BSCSCAN_API_KEY=
BSC_MAINNET_PRIVATE_KEY=
```
### publish
```
❍ npx hardhat run --network mainnet scripts/deploy-script.js
```
### verify
```
❍ npx hardhat verify --network mainnet DEPLOYED_CONTRACT_ADDRESS "Constructor argument 1"
```