Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0neerpat committed Dec 13, 2022
1 parent 660eb5f commit 831eb81
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 5 deletions.
34 changes: 34 additions & 0 deletions README.md
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.


22 changes: 17 additions & 5 deletions package.json
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"
}

0 comments on commit 831eb81

Please sign in to comment.