diff --git a/README.md b/README.md index 2d9161d..8f93099 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Alpha release. Feedback requested. ## Packing transactions 1. Create a context: `abieos_create` -1. Use `abieos_set_abi` to load [eosjs2/src/transaction.abi](https://github.com/EOSIO/eosjs2/blob/master/src/transaction.abi) into contract 0. +1. Use `abieos_set_abi` to load [master/src/transaction.abi.json](https://github.com/EOSIO/eosjs2/blob/master/src/transaction.abi.json) into contract 0. 1. Use `abieos_set_abi` to load the contract's ABI. 1. Use `abieos_json_to_bin` and `abieos_get_bin_hex` to convert action data to hex. Use `abieos_get_type_for_action` to get the action's type. 1. Use `abieos_json_to_bin` and `abieos_get_bin_hex` to convert transaction to hex. Use `contract = 0` and `type = abieos_string_to_name(context, "transaction")`.