This commit is contained in:
Sowmay Jain 2020-05-02 22:28:26 +10:00
parent 203b5652e9
commit 10372bbdbd

View File

@ -10,8 +10,6 @@ Connectors are standardized modules that let Smart Account interact with various
4. Push to the remote branch: `git push origin new-connector`
5. Create a new Pull Request
Check out [mock.sol](https://github.com/InstaDApp/dsa-connectors/blob/master/contracts/connectors/mock.sol) for reference.
## Requirements
- The contracts should not have `selfdestruct()`.
@ -23,6 +21,8 @@ Check out [mock.sol](https://github.com/InstaDApp/dsa-connectors/blob/master/con
- Use `getUint()` or `setUint()` functions to fetch or store values.
- Call `emitEvent()` after every external public facing functions to follow a common event standard for better analytics.
Check out [mock.sol](https://github.com/InstaDApp/dsa-connectors/blob/master/contracts/connectors/mock.sol) for reference.
## Support
If you can't find something you're looking for or have any questions, ask them at our developers community on [Telegram](https://t.me/instadevelopers), [Discord](https://discord.gg/83vvrnY) or simply send an [Email](mailto:info@instadapp.io).