We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Supporting Ocean protocol methods
I would like to use your library for implementing some Ocean protocol's methods, in particular, startOrder(...) - see https://github.com/oceanprotocol/contracts/blob/9e29194d910f28a4f0ef17ce6dc8a70741f63309/contracts/templates/ERC20Template.sol#L519
The Ocean protocol provides for startOrder(...) method for executing smart contracts https://github.com/oceanprotocol/contracts/blob/9e29194d910f28a4f0ef17ce6dc8a70741f63309/contracts/templates/ERC20Template.sol#L519 To my opinion, implementing this method in Swift would greatly increase the library usage.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What context is your feature request related to?
Supporting Ocean protocol methods
What solution would you like?
I would like to use your library for implementing some Ocean protocol's methods, in particular, startOrder(...) - see https://github.com/oceanprotocol/contracts/blob/9e29194d910f28a4f0ef17ce6dc8a70741f63309/contracts/templates/ERC20Template.sol#L519
Any additional context?
The Ocean protocol provides for startOrder(...) method for executing smart contracts https://github.com/oceanprotocol/contracts/blob/9e29194d910f28a4f0ef17ce6dc8a70741f63309/contracts/templates/ERC20Template.sol#L519
To my opinion, implementing this method in Swift would greatly increase the library usage.
The text was updated successfully, but these errors were encountered: