https://github.com/noot/noottoken
bottom text
https://github.com/noot/noottoken
Last synced: about 1 month ago
JSON representation
bottom text
- Host: GitHub
- URL: https://github.com/noot/noottoken
- Owner: noot
- Created: 2023-04-02T02:26:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-02T02:28:18.000Z (over 3 years ago)
- Last Synced: 2025-06-04T00:35:16.263Z (about 1 year ago)
- Language: Solidity
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NootToken
🥺
## requirements
- foundry
## deploying / interacting
Create a `.env` file as follows:
```
PRIVATE_KEY=
```
For example, to run a script on Sepolia:
```bash
forge script script/NootToken.s.sol --rpc-url=https://rpc.sepolia.org --broadcast --verify -vvvv
```