Open Issues Need Help
View All on GitHub Add withdraw function (admin only for beta) to Solidity contract about 1 month ago
AI Summary: Add an admin-only withdrawal function to the Ethereum Solidity contract within the Nori-Bridge-SDK project. This function will allow authorized personnel to withdraw ETH from the locking contract, intended solely for testing purposes during the development phase. The function should be clearly marked as a temporary beta feature.
Complexity:
3/5
good first issue
AI Summary: Add a fallback function to the Ethereum Solidity smart contract within the Nori-Bridge-SDK project to prevent unintended Ether transfers and revert with a helpful message. This involves modifying the existing Ethereum contract code in the `contracts/ethereum` directory.
Complexity:
2/5
good first issue