From 831eb81fb7e5830053485b105dafeaf70314480c Mon Sep 17 00:00:00 2001 From: pi0neerpat Date: Tue, 13 Dec 2022 12:50:39 -0800 Subject: [PATCH] add readme --- README.md | 34 ++++++++++++++++++++++++++++++++++ package.json | 22 +++++++++++++++++----- 2 files changed, 51 insertions(+), 5 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b1a7253 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +

+

Welcome to Keyp Public API 👋

+

+ + License: MIT + + + Twitter: UseKeyp + +

+ +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 ** + +- Website: https://usekeyp.com +- Twitter: [@UseKeyp](https://twitter.com/UseKeyp) +- GitHub: [@UseKeyp](https://github.com/UseKeyp) + +## License 📝 + +Copyright © 2022 Nifty Chess, Inc.
+This project is MIT licensed. + + diff --git a/package.json b/package.json index c4f2375..760e015 100644 --- a/package.json +++ b/package.json @@ -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" }