| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Moonsong Labs | Paris, France | $54k - $100k | |||
Wintermute | London, United Kingdom | $22k - $31k | |||
seal | New York, NY, United States | $98k - $110k | |||
Lap of Love Veterinary Hospice | New York, NY, United States | $90k - $110k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Gnosis | Remote |
| |||
Evmos | New York, NY, United States | $81k - $100k | |||
Alongside | United States | $72k - $100k | |||
Chainlink Labs | Remote |
| |||
Technical Paradigm LLC | Chicago, IL, United States | $67k - $100k | |||
Gnosis | New York, NY, United States |
| |||
Gnosis | Remote |
| |||
Swell Network | Sydney, Australia | $36k - $70k | |||
Crystal Cruises | New York, NY, United States | $90k - $110k | |||
Steneral Consulting | United States | $84k - $103k | |||
Steneral Consulting | United States | $63k - $72k |
Field Architect
What you'll do:
- Create robust, creative, and secure technical designs and implementation approaches for venture studio projects that meet goals and requirements.
- Qualify, research and prototype 3 funded venture studio projects per yearÂ
- Support the CTO and Sales team in closing engineering services contracts
- Help to win deals in strategic ecosystems such as Starkware, Polygon and Solana
- Create a high win rate by high quality deal qualification and design proposals
- Help to uncover and propose meaningful work for our engineering services team that is valuable for the customer and aligns with the Moonsong Labs strategy.
What you'll bring:
- Experience in backend programming languages (Rust, Go or C++ etc.)
- Experience developing web3 infrastructure (i.e protocol level engineering or another similar decentralized system)
- Experience supporting software sales as a technical expert, this includes having technical discussions with prospects and giving presentations etc.
- Experience working with customers to understand requirements and turn them into designs and implementations.
- Ability to research new protocols and tech stacks to quickly understand mechanisms and key design elements / tradeoffs.
- Experience with Solidity / Ethereum / EVM is a plus.
- Experience attending conferences and meeting stakeholders at other events is a plus
Perks and Benefits:
- 100% RemoteCompetitive salary
- Flexible vacation policyHealth and Dental plans
- Direct line of access to Managing Partners and senior leadership; a flat organizational structure and the camaraderie of working alongside committed professionals focused on providing dedicated mentorship, respectful feedback, and career advancement
- Continuous learning & development
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.