-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add github actions publish script for npm and crates (#282)
* Publish github actions * README update * Amend * Tweaks * Tweaks
- Loading branch information
Showing
16 changed files
with
92 additions
and
47 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
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
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
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
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
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 |
---|---|---|
|
@@ -38,17 +38,15 @@ | |
"url": "git+https://github.com/orca-so/whirlpools.git" | ||
}, | ||
"keywords": [ | ||
"orca_so", | ||
"orca", | ||
"solana", | ||
"typescript", | ||
"sdk", | ||
"crypto", | ||
"dex" | ||
"defi", | ||
"dex", | ||
"amm" | ||
], | ||
"author": "[email protected]", | ||
"bugs": { | ||
"url": "https://github.com/orca-so/whirlpools/issues" | ||
}, | ||
"homepage": "https://www.orca.so" | ||
"homepage": "https://orca.so" | ||
} |
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,6 @@ | ||
{ | ||
"name": "@orca-so/whirlpools-monorepo", | ||
"private": true, | ||
"license": "Apache-2.0", | ||
"packageManager": "[email protected]", | ||
"type": "module", | ||
"scripts": { | ||
|
@@ -35,23 +34,5 @@ | |
], | ||
"lint-staged": { | ||
"*": "yarn format" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/orca-so/whirlpools.git" | ||
}, | ||
"keywords": [ | ||
"orca_so", | ||
"orca", | ||
"solana", | ||
"typescript", | ||
"sdk", | ||
"crypto", | ||
"dex" | ||
], | ||
"author": "[email protected]", | ||
"bugs": { | ||
"url": "https://github.com/orca-so/whirlpools/issues" | ||
}, | ||
"homepage": "https://www.orca.so" | ||
} | ||
} |
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,6 +1,7 @@ | ||
[package] | ||
name = "whirlpool" | ||
version = "0.3.1" | ||
publish = false | ||
edition = "2021" | ||
|
||
[lib] | ||
|
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,6 +1,14 @@ | ||
[package] | ||
name = "orca_whirlpools_client" | ||
version = "0.1.0" | ||
description = "Rust client to interact with Orca's on-chain Whirlpool program." | ||
include = ["src/*"] | ||
documentation = "https://orca-so.github.io/whirlpools/" | ||
homepage = "https://orca.so" | ||
repository = "https://github.com/orca-so/whirlpools" | ||
license = "Apache-2.0" | ||
keywords = ["solana", "crypto", "defi", "dex", "amm"] | ||
authors = ["[email protected]"] | ||
edition = "2021" | ||
|
||
[features] | ||
|
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 @@ | ||
# Orca Whirlpools Rust Client |
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
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 @@ | ||
# Orca Whirlpools Rust SDK |
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 @@ | ||
# Orca Whirlpools Typescript Client |
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,13 +1,14 @@ | ||
{ | ||
"name": "@orca-so/whirlpools-client", | ||
"version": "0.0.1", | ||
"description": "Typescript client to interact with Orca's on-chain Whirlpool program.", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"sideEffects": false, | ||
"type": "module", | ||
"files": [ | ||
"dist", | ||
"LICENSE" | ||
"README.md" | ||
], | ||
"scripts": { | ||
"build": "node ./kinobi.js && tsc", | ||
|
@@ -24,5 +25,22 @@ | |
"@solana/web3.js": "^2.0.0-preview.4", | ||
"kinobi": "^0.21.4", | ||
"typescript": "^5.5.4" | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/orca-so/whirlpools.git" | ||
}, | ||
"license": "Apache-2.0", | ||
"keywords": [ | ||
"solana", | ||
"crypto", | ||
"defi", | ||
"dex", | ||
"amm" | ||
], | ||
"author": "[email protected]", | ||
"bugs": { | ||
"url": "https://github.com/orca-so/whirlpools/issues" | ||
}, | ||
"homepage": "https://orca.so" | ||
} |
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 @@ | ||
# Orca Whirlpools Typescript SDK |
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,12 +1,13 @@ | ||
{ | ||
"name": "@orca-so/whirlpools", | ||
"version": "0.0.1", | ||
"description": "Orca's high-level typescript sdk to interact with Orca's on-chain Whirlpool program.", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"sideEffects": false, | ||
"files": [ | ||
"dist", | ||
"LICENSE" | ||
"README.md" | ||
], | ||
"scripts": { | ||
"build": "tsc", | ||
|
@@ -17,5 +18,22 @@ | |
}, | ||
"devDependencies": { | ||
"typescript": "^5.5.4" | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/orca-so/whirlpools.git" | ||
}, | ||
"license": "Apache-2.0", | ||
"keywords": [ | ||
"solana", | ||
"crypto", | ||
"defi", | ||
"dex", | ||
"amm" | ||
], | ||
"author": "[email protected]", | ||
"bugs": { | ||
"url": "https://github.com/orca-so/whirlpools/issues" | ||
}, | ||
"homepage": "https://orca.so" | ||
} |