near / near-sdk-contract-tools

Helpful functions and macros for developing smart contracts on NEAR Protocol.
https://crates.io/crates/near-sdk-contract-tools
Apache License 2.0
41 stars 12 forks source link

WIT support #59

Open encody opened 2 years ago

encody commented 2 years ago

We should have a discussion about supporting WebAssembly Interface Types (WIT). This would make near-contract-tools compatible with tools like the RAEN suite, which allows contracts to self-report ABI for use in tools like RAEN Admin.

Relevant links:

ryancwalsh commented 2 years ago

nice!

encody commented 1 year ago

New #[near_bindgen] macro includes ABI generation.