-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
660eb5f
commit 831eb81
Showing
2 changed files
with
51 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<h1 align="center"><img width="600" style="border-radius: 30px;" src="https://raw.githubusercontent.com/UseKeyp/.github/main/Keyp-Logo-Color.svg"/></h1> | ||
<h1 align="center">Welcome to Keyp Public API π</h1> | ||
<p align="center"> | ||
<a href="#" target="_blank"> | ||
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-blue.svg" /> | ||
</a> | ||
<a href="https://twitter.com/UseKeyp" target="_blank"> | ||
<img alt="Twitter: UseKeyp" src="https://img.shields.io/twitter/follow/UseKeyp.svg?style=social" /> | ||
</a> | ||
</p> | ||
|
||
If you'd like to join our team please let us know. Happy hacking! | ||
|
||
## Resources π§βπ» | ||
|
||
|
||
## Usage π | ||
|
||
Example contract used for tax loss harvesting for NFTs | ||
|
||
## Contributors β¨ | ||
|
||
π€ **Keyp Team <[email protected]>** | ||
|
||
- Website: https://usekeyp.com | ||
- Twitter: [@UseKeyp](https://twitter.com/UseKeyp) | ||
- GitHub: [@UseKeyp](https://github.com/UseKeyp) | ||
|
||
## License π | ||
|
||
Copyright Β© 2022 Nifty Chess, Inc.<br /> | ||
This project is MIT licensed. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,19 @@ | ||
{ | ||
"name": "@usekeyp/harvester", | ||
"version": "0.1.0", | ||
"type": "module", | ||
"private": false, | ||
"main": "index.js" | ||
"name": "@usekeyp/keyp-harvester", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/UseKeyp/harvester.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/UseKeyp/harvester/issues" | ||
}, | ||
"homepage": "https://github.com/UseKeyp/harvester#readme" | ||
} |