Skip to content

Waves crypto in Javascript, more helpful waves functions

License

Notifications You must be signed in to change notification settings

xema2110/WavesDevKit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testnet

Waves blockchain, waves UI and DevKit remain in testnet mode. Until release API and crypto technologies might change drastically.

WavesDevKit for Javascript

Javascript development framework for Waves. Create transactions with Javascript, get the most used and needed Waves functions.

Why?

The WavesDevKit is a light version of the full Waves Wallet which was developed by Waves developers to work with the Waves API and JavaScript in the Waves Wallet. Setup the server in waves.js (default localhost) to use your Waves node, any transaction that will go through the wrapper will be signed with Javascript and then submitted to the Waves API.

Crypto

Waves uses the newest cryptographic solutions in order to privode anonymous and direct interaction between two parties. The WavesDevKit helps you to work with the crypto solutions and use them to interact with Waves Blockchain technology.

The Waves Private and PublicKey is a seed where SHA256 computes the hash value of the string and then Base 58 encoded. See index.html for an example Private and PublicKey Generator.

About

Waves crypto in Javascript, more helpful waves functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • HTML 0.5%