mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-22 15:39:18 +00:00
Update README.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||

|

|
||||||
# psn-js
|
# 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
|
## Install
|
||||||
@@ -61,4 +61,4 @@ infoPackets.forEach((infoPacket)=>{
|
|||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
- UInt64
|
- 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`
|
||||||
|
|||||||
Reference in New Issue
Block a user