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

Crypto Currency #2

Open
OR13 opened this issue Sep 28, 2022 · 1 comment
Open

Crypto Currency #2

OR13 opened this issue Sep 28, 2022 · 1 comment
Labels

Comments

@OR13
Copy link
Contributor

OR13 commented Sep 28, 2022

  • addresses()
  • balances()
  • send()
  • receive()
@OR13 OR13 added the module label Sep 28, 2022
@ghost
Copy link

ghost commented Sep 29, 2022

sendTransaction() - To interact with contracts, it'll be important to be able to sendTransaction() as well, one where gas is paid for X thing to happen, but not send additional X token on top of the gas (i.e. not meant for money sending, like send() presumably is above)

Also, we'll need to be able to support contract deployments, it's technically a transaction just like any other, but I want to call it out distinctly.

Finally it's hard to talk about specifics like this without knowing at least one chain that we intend to support- this is something we need to decide on soon, before implementation can really begin. For example, if on Ethereum, we would need distinct transaction types for sending native Eth, and another for sending ERC20s, and so on (swap in BSC, et. al. if you like). The point is that each token standard has their own set of checks/balances that are required to safely send/receive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant