@0xward/nullstate-logic 1.1.1 → 1.1.2
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 +0 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,13 +1,9 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="./assets/header-sync.svg" alt="0xward Core Intelligence Sync Animation" width="120" height="120" />
|
|
3
2
|
</p>
|
|
4
3
|
|
|
5
4
|
# @0xward/nullstate-logic
|
|
6
5
|
|
|
7
6
|
<p align="center">
|
|
8
|
-
<a href="https://www.npmjs.com/package/@0xward/nullstate-logic"><img src="https://img.shields.io/npm/v/@0xward/nullstate-logic?style=flat-square" alt="NPM Version" /></a>
|
|
9
|
-
<a href="https://www.npmjs.com/package/@0xward/nullstate-logic"><img src="https://img.shields.io/npm/dm/@0xward/nullstate-logic?style=flat-square" alt="NPM Downloads" /></a>
|
|
10
|
-
<a href="https://www.npmjs.com/package/@0xward/nullstate-logic"><img src="https://img.shields.io/npm/l/@0xward/nullstate-logic?style=flat-square" alt="License" /></a>
|
|
11
7
|
</p>
|
|
12
8
|
|
|
13
9
|
The core execution state machine and cryptographic inventory management logic for the NullState decentralized role-playing game sub-layer on the Celo network.
|
package/package.json
CHANGED