Update README.md

This commit is contained in:
2024-09-30 20:32:42 -05:00
committed by GitHub
parent 476dd2abcf
commit 390f26f2fe
+2 -2
View File
@@ -1,6 +1,6 @@
![npm](https://img.shields.io/npm/v/%40jwetzell%2Fposistagenet)
# psn-js
js implementation of the [PosiStageNet protocol](https://github.com/vyv/psn-cpp/blob/master/doc/PosiStageNetprotocol_v2.03_2019_09_09.pdf)
typesecript implementation of the [PosiStageNet protocol](https://github.com/vyv/psn-cpp/blob/master/doc/PosiStageNetprotocol_v2.03_2019_09_09.pdf)
## Install
@@ -61,4 +61,4 @@ infoPackets.forEach((infoPacket)=>{
## Notes
- UInt64
- PosiStageNet uses 64 bit UInt's for timestamp values make sure to use [`BigInt`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) if using values over `Number.MAX_SAFE_INTEGER`
- PosiStageNet uses 64 bit UInt's for timestamp values make sure to use [`BigInt`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) if using values over `Number.MAX_SAFE_INTEGER`