| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Mycelium | Sydney, Australia | $54k - $100k | |||
Ava Labs | New York, NY, United States | $54k - $79k | |||
TechTA LLC | San Francisco, CA, United States | $160k - $225k | |||
Flylance | New York, NY, United States | $90k - $100k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Pundi X | Singapore, Singapore | $13k - $66k | |||
BCW Group | Hong Kong, Hong Kong | $40k - $90k | |||
Sarvatech Labs Pvt Ltd | Bengaluru, India | $55k - $75k | |||
Allium | New York, NY, United States | $105k - $111k | |||
Binance | Remote |
| |||
Paysail | New York, NY, United States | $150k - $250k | |||
🎉 Contribution Labs | San Francisco, CA, United States | $54k - $67k | |||
Protochain Research | New York, NY, United States | $11k - $60k | |||
Protochain Research | New York, NY, United States | $54k - $90k | |||
NFTLaunchKit | United States | $80k - $100k | |||
AXEL | San Francisco, CA, United States | $21k - $72k |
This job is closed
Mycelium is a market-leading technology company leveraging blockchain technology to make financial markets more efficient. We build financial market infrastructure on public blockchains that is open, transparent, and accessible. We specialise in data provision and financial smart contracts. Mycelium has two core products leveraging financial smart contracts: Perpetual Swaps and Perpetual Pools.
We believe that the growing use of blockchains in financial technology will benefit everyone, and are committed to realising this vision.
As a Full-Stack Engineer you will help design and implement full-stack solutions to build efficient market infrastructure and an intuitive user experience for customers. Day to day, a Full-Stack Engineer will complete tasks associated with the development and management of smart contracts, APIs, keepers, contract infrastructure and user interfaces. A successful candidate will mirror many of Mycelium’s core values by being forward thinking, customer-obsessed, data-led, and motivated to take initiative with energy and confidence. Mycelium’s mission is to improve access and efficiency for financial markets globally, and by being part of our Engineering team you will play a vital role in executing this mission.
Mission
- Build secure and performant APIs.
- Liaise with our leadership team, designers, engineers and product owners to design robust infrastructure and applications.
- Research and evaluate new methodologies, applications and technologies that improve the quality, reliability, and performance of the product.
- Be an expert on how our smart contracts provide market efficiencies for customers and how each feature of our products tie together to deliver our complete product offerings.
- Have extreme attention to detail in the implementation of smart contracts, to ensure the security of customer funds.
Requirements
- At least 3 years of experience in software engineering.
- Strong Typescript skills.
- Strong grasp on security practices as you will be handling customer funds and operating in financial markets.
- Experience with front end applications and the end to end flow of data within complex systems.
- Experience with kubernetes + container orchestration is desirable.
- Understanding of blockchain concepts (EVM chains, nodes, smart contracts).
- Ability to work proactively and handle self with minimal supervision.
- Ability to deliver in a fast paced environment.
- Experience in Solidity would be desirable but not a requirement.
Mycelium focuses on Blockchain / Cryptocurrency. Their company has offices in Melbourne, Sydney, Brisbane, and Adelaide. They have a small team that's between 11-50 employees.
You can view their website at https://mycelium.xyz/ or find them on Twitter and LinkedIn.
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.