UMAprotocol / UMAprotocol/protocol
Add cross-chain adapter contracts for Story L1
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 485
- Forks
- 215
- Avg merge
- 18m
- Merged PRs (30d)
- 1
Description
Why
Cross-chain adapter contracts are required to achieve decentralized bridging from ETH mainnet to Story L1 mainnet.
How
UMA team has shared technical documentation with guidance on what needs to be built and how.
Resolution
As confirmed with UMA team - the output of this PR is the creation of 2 new smart contracts:
- Story_ChildMessenger.sol
- Story_ParentMessenger.sol
These should be added to the folder:
https://github.com/UMAprotocol/protocol/tree/master/packages/core/contracts/cross-chain-oracle/chain-adapters
Difficulty Score [1-10]
UMA team shared the technical requirements and will review the PR.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the UMA technical documentation shared for the cross-chain adapter requirements, then inspect the chain-adapters folder in packages/core/contracts/cross-chain-oracle. The work is complete when Story_ChildMessenger.sol and Story_ParentMessenger.sol have been created there and satisfy the documented requirements for bridging ETH mainnet to Story L1.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- solidity
- Domain
- blockchain
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100