Wallet Download:
Update log of NULS test-net v1.1.7-beta1:
- Fix the stuck at block problem that may occur when starting up again from taskbar right-click to exit the program
- Add an interface to get the serialization information of the transaction based on the transaction hash
http://127.0.0.1:8001/api/tx/bytes - Add an interface to obtain serialization information of the block according to the block height
http://127.0.0.1:8001/api/block/bytes/height - Added an interface to query the balance of the entire network address
http://127.0.0.1:8001/api/utxoAccounts/balance/{address}
Docs&Plugin Download:
This is a zip package containing the operation manual on the wallet related to the smart contract, Developer's documentation for smart contract, smart contract plugin and operation manual on the IDEA development tool
这是一个压缩包,包含智能合约相关的钱包操作手册,智能合约开发者说明文档,IDEA智能合约插件以及操作手册
Data of testnet:
Data.zip is a file which contains a snapshot from block 0-580021. Needs to be placed in the wallet root directory (.\NULS-Wallet-win64-1.1.7-beta1\data).
Data.zip是一个文件包,包含580021万高度内的所有数据,下载后放在钱包根目录下,再启动钱包,就可以避免重新同步数据。