| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Enoda Ltd | Edinburgh, United Kingdom | $57k - $100k | |||
Enoda Ltd | Edinburgh, United Kingdom | $122k - $180k | |||
Gnosis | Remote |
| |||
Aptos | New York, NY, United States | $32k - $92k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Haqq Network | Remote | $48k - $72k | |||
Sky Mavis | Ho Chi Minh City, Vietnam | $90k - $115k | |||
Ava Labs | New York, NY, United States | $163k - $203k | |||
Horizen Labs | New York, NY, United States | $72k - $112k | |||
Worldcoin | San Francisco, CA, United States | $63k - $150k | |||
The Metaversal Economy Foundation | Remote | $70k - $80k | |||
Solidus Labs | New York, NY, United States | $72k - $100k | |||
OKX | Singapore, Singapore | $87k - $148k | |||
Mento Labs | Remote |
| |||
Grass | Remote | $95k - $160k | |||
Infura | United States | $72k - $100k |
Senior Full-Stack Developer
You'll spend your time:
- Driving the development of the ENSEMBLE protocol and infrastructure
- Contributing to continuous improvements in coding standards, performance, and scalability
- Collaborating with cross-functional teams to ensure alignment and successful project outcomes
- Designing decentralized applications (web2.5 or web3)
- Designing robust backend systems and integrations between multiple systems
- Conducting open-ended research around cutting edge blockchain technologies and solutions for scalability, security, and privacy, including ZK technologies and modularity
- Creating technical documentation, including design specifications, development guides, and API references
The key experience we're looking for:
- Thorough knowledge of system design and computer architecture
- 3+ years of experience in Golang and TypeScript
- Strong problem-solving and analytical skills, with the ability to design and develop efficient systems
- Experience with code reviews and distributed version control systems like Git
- Proficiency in cloud platforms such as AWS, Azure, or GCP, along with infrastructure-as-code tools (Terraform)
- Understanding of Tendermint consensus engine and Cosmos SDK
- Experience designing, maintaining, and debugging distributed systems built with open-source tools
- Knowledge of database management (SQL) and data protection
- Knowledge of current ZK tools and frameworks, and the ability to quicky learn new tools
- Master's or PhD degree in Computer Science, Software Engineering, or a related field
The following would be advantageous:
- Hands-on experience with blockchain platforms like Cosmos, Polkadot, Solana, EVM, or WASM virtual machines
- Familiarity with smart contract development in CosmWasm
- Experience building rollups
- Understanding of Zero-Knowledge proof systems (zk-SNARK, circom, Plonk/Halo2, zk-STARK), elliptic curve cryptography, and circuit design
- Contributions to open-source software
- Experience deploying and managing blockchain deployments
- Familiarity with basic cryptographic algorithms and relevant open-source libraries; experience in applied cryptographic research and development
Interview process:
- Exploratory call with a member of the Talent Acquisition team (Virtual)
- 1st Stage Interview with the Hiring Manager and wider team (In-Person or Virtual)
- Final Stage Interview with the Hiring Manager and Engineering Leadership (In-Person or Virtual)
What we offer:
- Salary: ÂŁ70K - ÂŁ90K dependent on skills & experience
- Private Medical Insurance
- Flexible Pension policy tailored to your requirements
- 33 days annual leave + Holiday purchase/sell scheme
- Dental cash-back scheme
- Cycle-to-Work scheme
- Season travel ticket loan
- Enhanced company sick pay & Income Protection
- Life Assurance
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.