You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
appchainj, originally adapted from Ethereum web3j, is a Java library for working with Smart Contract and integrating with clients on Nervos layer2 network.
`Token.java` will be created from commands above and class `Token` can be used with CitaTransactionManager to deploy and call smart contract `Token`. Please be attention that [CitaTransactionManager](https://github.com/cryptape/nervoj/blob/master/core/src/main/java/org/nervos/appchain/tx/CitaTransactionManager.java) is supposed to be used as TransactionManager for transaction creation in Nervos AppChain network.
119
119
Please check [TokenCodegenExample.java](https://github.com/cryptape/appchainj/blob/master/benchmark/src/main/java/org/nervos/appchain/tests/TokenCodegenExample.java) for a complete example.
120
120
121
-
### Working with smart contract with appChainj Account
121
+
### Working with smart contract with appChainj Account (Test)
122
122
appchainj provides interface [Account](https://github.com/cryptape/appchainj/blob/master/core/src/main/java/org/nervos/appchain/protocol/account/Account.java) for smart contract manipulations. With parameters of smart contract's name, address, method and method's arguments, smart contracts can be deployed and called through the interface without exposing extra java, bin or abi file to developers.
0 commit comments