nova 0.0.1+3 nova: ^0.0.1+3 copied to clipboard
A library to generate eth wallets, sign transaction, and send them. It also implements part of the Ethereum JSON-RPC API specification.
0.0.1 #
- Basic Json RPC support and utilities
0.0.1+1 #
- Web3Client is now NovaClient
- Nonce are now of type BigInt everywhere
- Added more documentation
0.0.1+2 #
- Wallet is now Account
- Introduced Cryptography that has some common cryptography functions
- Improved and more consistent library design
- Added the ability to create a custom RPC client
0.0.1+3 #
- Removed unnecessary dependencies
- Added more documentation