...m/aquarius-aqua...](https://medium.com/aquarius-aqua/aquarius-amms-updates-and-plans-for-2024-f390e9d06b15)
>- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~
...
```move
/// Removes the key-value pair in the table `table: &mut Table` and returns the value.
/// Aborts with `sui::dynamic_field::EFieldDoesNotExist` if the table does not have an entry with
/// that key `k: K`.
public fun remove(table: &mut Table, k: K): V {
let v = field::remove(&mut ...
...install
Then run the following applications to enroll the admin user, and register a new user
called user1 which will be used by the other applications to interact with the deployed
FabCar contract:
node enrollAdmin
node registerUser
You can run the invoke application as fo...