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
Develop the foundational layer of the SDK that handles the abstraction of basic smart contract interactions using near-api-js. This includes setting up methods for function_call to interact with the smart contract's change and view methods.
Acceptance Criteria
Create a transaction calling the social.near contract with specific method names and their respective args.
Implement generic methods that can wrap around the smart contract's change methods (set, storage_deposit, storage_withdraw) and view methods (get, storage_balance_of).
Description
Develop the foundational layer of the SDK that handles the abstraction of basic smart contract interactions using near-api-js. This includes setting up methods for function_call to interact with the smart contract's change and view methods.
Acceptance Criteria
Tasks
get
get_version
set
#5storage_deposit
#24is_write_permission_granted
#10grant_write_permission
#15The text was updated successfully, but these errors were encountered: