Skip to content

Commit

Permalink
fix: dark background on logo
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinWoetzel committed Nov 14, 2023
1 parent d8e78e0 commit 46a970c
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/great-experts-hang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@shadeprotocol/shadejs": patch
---

update shadejs image background and fix links
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# ShadeJS


<img src="./docs/public/shadejs.svg" alt="ShadeJS Logo" width="150" height="150" style="background-color: #0d1117"/>
<img src="./docs/public/shadejsBlackBackground.svg" alt="ShadeJS Logo" width="150" height="150" />
<p align="center">
<img alt="npm" src="https://img.shields.io/npm/v/shadejs" />
<img alt="npm" src="https://img.shields.io/npm/v/@shadeprotocol/shadejs" />
<img alt="ci" style="margin-left: 0.3em" src="https://github.com/securesecrets/shadejs/actions/workflows/test.yml/badge.svg?branch=main" />
</p>

# What is ShadeJS?

ShadeJS is a typescript SDK for interacting with <a href="https://shadeprotocol.io/" target="_blank">Shade Protocol</a> and <a href="https://scrt.network/" target="_blank">Secret Network</a> smart contracts. It is designed as a wrapper for <a href="https://github.com/scrtlabs/secret.js" target="_blank">Secret.js</a> and abstracts the complexity of secret client management (for queries), as well as providing simple-to-use typescript interfaces for the inputs and outputs of contracts. In addition, it implements multi-query optimizations in order to obtain large on-chain data sets in a highly efficient manner.

<a href="https://shadejs.dev" target="_blank">Docs</a>
<a href="https://shadejs.dev" target="_blank">Docs >></a>

## Out of Scope
In its current state, ShadeJS does NOT include services to execute contracts via a <a href="https://secretjs.scrt.network/#integrations" target="_blank">Secret Signing Client.</a> This is becuase signing transactions requires a complex integration with multiple types of wallets. However, ShadeJS DOES include message creator functions for executions that can be easily imported into your project, so that you can call them from your own signing client manager.
Expand Down
30 changes: 30 additions & 0 deletions docs/public/shadejsBlackBackground.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 46a970c

Please sign in to comment.