https://github.com/wavesplatform/unified-declarations
Unified Waves ecosystem declarations
https://github.com/wavesplatform/unified-declarations
Last synced: about 1 year ago
JSON representation
Unified Waves ecosystem declarations
- Host: GitHub
- URL: https://github.com/wavesplatform/unified-declarations
- Owner: wavesplatform
- Created: 2019-04-10T12:50:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-25T15:18:45.000Z (almost 7 years ago)
- Last Synced: 2024-04-15T00:16:49.342Z (about 2 years ago)
- Language: TypeScript
- Size: 220 KB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# unified-declarations
This is a draft declarations for Waves crypto layer.
By design there will be 4 layers of abstraction upon library initiative:
* Types
* Interface like type declarations for Transactions\Blocks
* Crypto
* Crypto primitives
* Tx\Binary\Json
* The way to convert transactions back and forth to BINARY or JSON formats node uses
* API
* Wrapper around standard node apis
For now we are trying to unify crypto primitives that Waves uses across all popular tech stacks.