Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/provable-things/pgala-recovery-plan-contracts
pGala recovery plan contracts
https://github.com/provable-things/pgala-recovery-plan-contracts
Last synced: about 14 hours 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 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-10-11T10:51:05.000Z (over 1 year ago)
- Last Synced: 2024-04-08T22:21:11.725Z (10 months 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"
```