An open API service indexing awesome lists of open source software.

https://github.com/noot/noottoken

bottom text
https://github.com/noot/noottoken

Last synced: about 1 month ago
JSON representation

bottom text

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
```