| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
BNB Chain Labs | Remote | $81k - $100k | |||
Blocknative | Remote | $63k - $90k | |||
Synapse International | Remote | $84k - $110k | |||
Venture Studio | New York, NY, United States | $150k - $200k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Horizon Blockchain Games | Toronto, Canada | $61k - $80k | |||
Mortar | Los Angeles, CA, United States | $170k - $250k | |||
Daply | Toronto, Canada | $80k - $110k | |||
Villcaso | United States | $120k - $200k | |||
Blocknative | Remote | $36k - $60k | |||
Messari | New York, NY, United States | $91k - $156k | |||
Binance | Remote |
| |||
Nori | Seattle, WA, United States | $120k - $175k | |||
0xPragma | Berlin, Germany | $80k - $140k | |||
e-Core | Porto Alegre, Brazil | $50k - $71k | |||
QuillHash Technologies | India | $17k - $34k |
Responsibilities
- Provide technical & architectural guidance to Web2/Web3 partners and help design and develop the optimized strategies by deploying the right architecture.
- Serve as a key technical member of the Business Development team to define and implement technical and business strategies that will enable them to sell more of their offerings on the partnersHelping to ensure partners success in building and migrating applications, software and services on the BNBChain.
- Develop and deliver compelling presentations, product demos, sample solutions, and discussions to drive awareness and adoption of BNBChain.
- Capture and share best practice knowledge with the worldwide Blockchain community.
- Support the wider BNBChain Community with specialized workshops and training sessions.
Requirements
- Degree in Computer Science, Technology, Engineering, Math or 5+ year’s work experience in a technical role in lieu of no Bachelor’s degree.
- Highly technical and analytical, possess 3+ years of blockchain solution architecture (implementation/consulting) experience
- Experience in architecting or deploying large scale Web3/Blockchain solutions like GameFi in enterprise customers.
- Experience in designing, building, refactoring or operating large scale and impactful GameFi projects
- Tech skills: Blockchain, Wallets Development, Web3, NFT, understanding fundamentals of blockchain infrastructure.
- Presentation skills with a high degree of comfort speaking with executives, IT Management, and developers
- Ability to communicate fluently in English, in technical and business settings (verbal and written).
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.