@0xward/proofofalpha-core 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
# @0xward/proofofalpha-core
|
|
5
5
|
|
|
6
6
|
<p align="center">
|
|
7
|
+
<a href="https://www.npmjs.com/package/@0xward/proofofalpha-core"><img src="https://img.shields.io/npm/v/@0xward/proofofalpha-core?style=flat-square" alt="NPM Version" /></a>
|
|
8
|
+
<a href="https://www.npmjs.com/package/@0xward/proofofalpha-core"><img src="https://img.shields.io/npm/dm/@0xward/proofofalpha-core?style=flat-square" alt="NPM Downloads" /></a>
|
|
9
|
+
<a href="https://www.npmjs.com/package/@0xward/proofofalpha-core"><img src="https://img.shields.io/npm/l/@0xward/proofofalpha-core?style=flat-square" alt="License" /></a>
|
|
7
10
|
</p>
|
|
8
11
|
|
|
9
12
|
An automated blockchain analytics and routing framework for tracking on-chain wallet velocity and optimizing decentralized finance liquidity placement across the Celo ecosystem.
|
package/package.json
CHANGED