more content

This commit is contained in:
Matthias Kretschmann 2024-07-26 14:17:28 +01:00
parent feb088c8e4
commit 987ddb6229
Signed by: m
GPG Key ID: 606EEEF3C479A91F
4 changed files with 29 additions and 0 deletions

3
.github/FUNDING.yml vendored Normal file
View File

@ -0,0 +1,3 @@
github: kremalicious
patreon: kremalicious
custom: ['https://kremalicious.com/thanks']

View File

@ -12,6 +12,12 @@ npm run dev
Please note that this requires the environment variable `WEB3_API_URL` to be present. This is a private API so running this project locally probably won't work out. Please note that this requires the environment variable `WEB3_API_URL` to be present. This is a private API so running this project locally probably won't work out.
## Sponsorship
[![](https://img.shields.io/static/v1?label=Say%20Thanks%20With%20Web3&labelColor=%2343a699&message=%E2%9D%A4&logo=Ethereum&color=%23fe8e86&style=for-the-badge)](https://kremalicious.com/thanks)
[![](https://img.shields.io/static/v1?label=Say%20Thanks%20With%20GitHub&labelColor=%2343a699&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86&style=for-the-badge)](https://github.com/sponsors/kremalicious)
## License ## License
**The MIT License** **The MIT License**

10
package-lock.json generated
View File

@ -7,6 +7,16 @@
"": { "": {
"name": "asi-calculator", "name": "asi-calculator",
"version": "0.1.0", "version": "0.1.0",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/kremalicious"
},
{
"type": "individual",
"url": "https://kremalicious.com/thanks"
}
],
"dependencies": { "dependencies": {
"@coingecko/cryptoformat": "^0.8.1", "@coingecko/cryptoformat": "^0.8.1",
"@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-icons": "^1.3.0",

View File

@ -30,6 +30,16 @@
"husky": "^9.0.11", "husky": "^9.0.11",
"typescript": "^5" "typescript": "^5"
}, },
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/kremalicious"
},
{
"type": "individual",
"url": "https://kremalicious.com/thanks"
}
],
"lint-staged": { "lint-staged": {
"*": [ "*": [
"biome check --write --no-errors-on-unmatched --files-ignore-unknown=true" "biome check --write --no-errors-on-unmatched --files-ignore-unknown=true"