near / near-workspaces-rs

Write tests once, run them both on NEAR TestNet and a controlled NEAR Sandbox local environment via Rust
83 stars 48 forks source link

Refactor NEAR tokens usages to use a strictly typed near-token crate #332

Closed frol closed 10 months ago

frol commented 10 months ago

We recently introduced near-token crate to deal with NEAR Token values in an ergonomic way. Similarly to https://github.com/near/near-workspaces-rs/pull/305, I suggest we migrate to near-token

frol commented 10 months ago

Note: this should completely remove near_units and we can finally stop seeing it.