Job Position | Company | Posted | Location | Salary | Tags |
---|---|---|---|---|---|
Gnosis | Remote |
| |||
OpenZeppelin | Toronto, Canada | $72k - $84k | |||
OpenZeppelin | Remote | $72k - $84k | |||
Gnosis | Remote |
| |||
Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Vibhathi Labs | United States | $72k - $110k | |||
Parity Technologies | New York, NY, United States | $63k - $100k | |||
Blockswap | San Francisco, CA, United States | $63k - $100k | |||
Blockswap | London, United Kingdom | $72k - $84k | |||
Orbofi | San Francisco, CA, United States | $72k - $100k | |||
Kava Labs | Atlanta, GA, United States | $72k - $110k | |||
Kava Labs | Atlanta, GA, United States | $81k - $100k | |||
Aave Companies | London, United Kingdom | $72k - $110k | |||
VIR Consultant LLC | United States | $60k - $90k | |||
Axiom | New York, NY, United States | $74k - $100k | |||
NIL (CYPRUS) LTD | Lima, Peru | $72k - $100k |
What you will do
Delivering Project Deployments:
- “Closes” projects to deploy on Gnosis
- “Closer” who takes over warm leads from BD
- Relentlessly irons out last-mile technical details to get to project deployment e.g.: Explaining protocol quirks, Explaining Bridge quirks, Infra and Tooling recommendations, Bridge Token into Gnosis, “Hand-holding” final contract deployments, Finds ways to fill the gap for missing tooling that projects need (e.g. “I need a VRF, but Chainlink doesn’t have one”), Do you have an auditor recommendation?
Handle Community Queries:
- Be active in the community and handle inbound requests
- Prioritize and triage incoming issues:
-- Handle “simple fixes”
-- Have judgment to figure out what requires Bridges and Core Dev teams involvement
- Opportunistically refer project teams to BD team for follow-up
- Be intimately familiar with the developer experience and fix problems that developers encounter
- Maintain up-to-date docs on Tools in the Gnosis Ecosystem - Find ways to fill the gap for missing tooling that projects need (e.g. “I need a VRF”)
- Own relationship with DevTool and Infra teams and see problem-fixes to completion e.g.: Sourcify broken on Chiado Testnet on Tenderly; Gnosisscan does not show inbound transfers from xDai minter
- Own the Chiado Testnet: What developer tooling do we need around Chiado?
What contracts should be deployed on Chiado?
Utilize Gnosis’ Strategic Roadmap
- [Future] Encourage Projects to utilize Gnosis’ Roadmap
- Account Abstraction: e.g. Safe Core
- MEV Protection: e.g. Shutterized Beacon Chain
- Trustless Bridges: Hashi
Who you are
- Battle scars from having built actual DApps
- Intimate knowledge of Ethereum and the EVM
Acquirable Knowledge
- You will need to build up key knowledge of Gnosis’ protocol quirks.
Bridges:QuirkRamnificationNative Bridges are actually 2 bridgesGuide project to use appropriate bridge - xDai, Omnibridge, or AMBBridged Tokens are ERC-677 (not ERC-20)What are safeguards you need to take? Are re-entrancy attacks a concern?What else…?
You will also need to help projects find the correct tools for building on Gnosis, and build relationships with infra providers.
- Oracles: e.g Graph, Chainlink, Tellor
- Wallets: e.g. Linen, Safe
- RPCs: e.g. Gateway, Ankr
- Explorers: e.g. Beaconchain, Gnosisscan
- Account Abstraction: e.g. Gelato Relayers, Safe{Core}
You will also need to build in-depth knowledge of Gnosis Ecosystem projects to opportunistically help projects build on each other in Gnosis (i.e. composability): e.g. Curve, Uniswap exchange addresses for DeFi composability, Zodiac Contracts (for DAOs?, Transaction Relayer contracts, USDC, Dai, SPY500 Tokens (e.g. from Backed)
For more details please check https://hackmd.io/@plato-gno/integration-engineering-lead
About us
The Gnosis mission has always been centered on building decentralized infrastructure for the Ethereum ecosystem. When Gnosis was founded in 2015, it focused on building prediction markets to enable worldwide access to accurate information. While creating the prediction market platform, it became clear that Gnosis needed to build the infrastructure required to support it.
As a DAO, Gnosis uses the products that it creates to transparently guide decisions on the development, support, and governance of its ecosystem.Gnosis Safe (multisig and programmable account), Cow Protocol (formerly CowSwap and Gnosis Protocol), Conditional Tokens (prediction markets), Gnosis Auction, and Zodiac (standard and tooling for composable DAOs) are all products incubated by Gnosis. Their success is demonstrated by the recent spin-out of Cow Protocol and the formation of SafeDAO. By combining needs-driven development with deep technical expertise, Gnosis has built the decentralized infrastructure for the Ethereum ecosystem.
In November 2021, the xDai and GnosisDAO communities voted to combine their vibrant ecosystems to create the Gnosis Chain. Gnosis Chain uses the xDai token. It is the associated execution-layer EVM chain for stable transactions and includes a wide-ranging group of projects and users.
Gnosis Chain is secured by a diverse set of validators. With over one hundred thousand validators and counting, we’re building a resilient and neutral network open to anyone without privilege or prejudice. Be a part of a team leading the web3 movement.What is EVM?
EVM stands for Ethereum Virtual Machine, and it is the runtime environment for smart contracts in the Ethereum network
It is a virtual machine that executes code written in the Solidity programming language, which is the language used for writing smart contracts on the Ethereum platform
The EVM is a sandboxed environment, which means that code executed within the EVM is isolated from the rest of the network and cannot interact with it directly
This is important for security reasons, as it prevents malicious code from affecting the rest of the network
When a smart contract is deployed to the Ethereum network, it is compiled into bytecode that can be executed by the EVM
Each node on the network maintains a copy of the EVM, which allows them to execute smart contract code and validate transactions
When a transaction is submitted to the network, the EVM processes it by executing the corresponding smart contract code
The EVM processes the transaction by reading the bytecode, interpreting it, and executing it step by step
The EVM then returns the result of the transaction to the sender, which can include changes to the state of the contract or the network as a whole
The EVM is designed to be Turing-complete, which means that it is capable of performing any computation that can be performed by a computer
This allows for complex smart contracts to be executed on the Ethereum network, including those with conditional logic, loops, and other advanced programming constructs
The EVM is a key component of the Ethereum network, as it allows for the execution of smart contracts in a secure and isolated environment
It is a crucial part of the blockchain infrastructure that enables decentralized applications to be built and run on the Ethereum platform.