diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..ad61eae --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +github: kremalicious +patreon: kremalicious +custom: ['https://kremalicious.com/thanks'] diff --git a/README.md b/README.md index 7bd6e94..599b9e0 100644 --- a/README.md +++ b/README.md @@ -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. +## 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 **The MIT License** diff --git a/package-lock.json b/package-lock.json index 92b6555..1bd2009 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,16 @@ "": { "name": "asi-calculator", "version": "0.1.0", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/kremalicious" + }, + { + "type": "individual", + "url": "https://kremalicious.com/thanks" + } + ], "dependencies": { "@coingecko/cryptoformat": "^0.8.1", "@radix-ui/react-icons": "^1.3.0", diff --git a/package.json b/package.json index 1f64139..8234ff6 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,16 @@ "husky": "^9.0.11", "typescript": "^5" }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/kremalicious" + }, + { + "type": "individual", + "url": "https://kremalicious.com/thanks" + } + ], "lint-staged": { "*": [ "biome check --write --no-errors-on-unmatched --files-ignore-unknown=true"