nem-apps-lib
nem-apps-lib copied to clipboard
Semantic Java API Library for NEM Platform
I had follow these steps: git clone https://github.com/NEMPH/nem.core.git cd nem.core mvn clean install org.bouncycastle.crypto.InvalidCipherTextException: pad block corrupted at org.bouncycastle.crypto.paddings.PKCS7Padding.padCount(Unknown Source) at org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher.doFinal(Unknown Source) at org.nem.core.crypto.ed25519.Ed25519BlockCipher.transform(Ed25519BlockCipher.java:84) at org.nem.core.crypto.ed25519.Ed25519BlockCipher.decrypt(Ed25519BlockCipher.java:77) at org.nem.core.crypto.BlockCipherStressITCase.stressCipherSingleIteration(BlockCipherStressITCase.java:50) at...
when try to build it give below errors: [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.407 s [INFO] Finished at: 2018-04-04T16:59:14+05:30 [INFO] Final Memory: 8M/303M [INFO] ------------------------------------------------------------------------ [ERROR] Failed...
I'm transferring Nem of First user to Second nem user by using TransferTransactionBuilder. it will create the hash for me. but balance not reflect in Second user account TransferTransactionBuilder .sender(new...
hi, I issued mvn install, and hit errors as following, could you help: [ERROR] /v:/git_github/nem-apps-lib/src/main/java/io/nem/apps/api/NamespaceMosaicsApi.java:[37,88] cannot find symbol [ERROR] symbol: variable NIS_REST_NAMESPACE_ROOT_PAGE [ERROR] location: class org.nem.core.connect.client.NisApiId [ERROR] /v:/git_github/nem-apps-lib/src/main/java/io/nem/apps/api/NamespaceMosaicsApi.java:[60,88] cannot find...
Let anyone understand the explanation. your explanation is so difficult . and not working
Check for Attachment being null added
UnconfirmedTransactionMetaDataPair type should be used for List in getUnconfirmedTransactions() function.
After I builded nem.core then i build nem-apps-lib failed error log detail below : ------------------------------------------------------------------------------- Test set: io.nem.apps.main.Ed25519CryptoEngineTest ------------------------------------------------------------------------------- Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:...
Hi, My user can add his other NEM wallet's address which can be new, so below code is not working since not able to get public key using KeyConvertor.getPublicKeyFromAddress(). ```...