Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Contract Abstraction for Basic Interactions #3

Open
6 tasks done
jaswinder6991 opened this issue May 3, 2024 · 0 comments
Open
6 tasks done

Implement Contract Abstraction for Basic Interactions #3

jaswinder6991 opened this issue May 3, 2024 · 0 comments
Labels
✨ feature New feature or request

Comments

@jaswinder6991
Copy link
Collaborator

jaswinder6991 commented May 3, 2024

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

  • 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).
  • Implement error handling

Tasks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request
Projects
Status: Done
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants