https://github.com/astarnetwork/dapp-staking-reimbursement-script
https://github.com/astarnetwork/dapp-staking-reimbursement-script
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/astarnetwork/dapp-staking-reimbursement-script
- Owner: AstarNetwork
- Created: 2024-06-12T12:56:30.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T20:17:32.000Z (about 2 years ago)
- Last Synced: 2024-06-17T22:27:25.225Z (about 2 years ago)
- Language: TypeScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dapp-staking-reimbursement
To install dependencies:
Make sure to have `bun` installed:
```bash
curl -fsSL https://bun.sh/install | bash
```
```bash
bun install
```
To run the script:
```bash
bun run index.ts
```