| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Maroon | Remote | $80k - $170k | |||
Gnosis | Remote |
| |||
Evmos | New York, NY, United States | $72k - $110k | |||
Evmos | New York, NY, United States | $63k - $75k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Fortunafi | Miami, FL, United States | $90k - $117k | |||
Biconomy | Remote | $85k - $100k | |||
Gnosis | Remote |
| |||
HydraSwap | Singapore, Singapore | $45k - $85k | |||
Evmos | New York, NY, United States | $67k - $75k | |||
SafeGlobal | New York, NY, United States | $63k - $100k | |||
DApp360 Workforce | United States | $87k - $87k | |||
Evmos | New York, NY, United States | $87k - $87k | |||
Evmos | New York, NY, United States | $81k - $112k | |||
Horizen Labs | Milan, Italy | $72k - $110k | |||
Moonsong Labs | Paris, France | $72k - $84k |
- Review, optimise and where required re-design, a process involving multi-signature wallets on EVM chains and Bitcoin.
- Determine the best flow, fit, and process integrate a new wallet infastructure with a centralised exchange, while optimising gas management.
- Review and sanity check the project's assumptions. Advise, suggest or design solutions for a better outcome.
- Be the owner and manager responsible for the technical rollout of a important core component of the project.
- Work directly with founder and partners to launch the exchange.
- 4+ years of engineering experience.
- Strong understanding of wallet architecture, sEVM and Solidity.
- Knowledge of Gnosis Safe and similar web3 infrastructure.
- Experience with Bitcoin (PSBTs and multi-signatures) is highly desirable.
- Strong communication and problem-solving skills.
- Strong blockchain/crypto interest and experience.
- Working knowledge of Web3 protocols.
- Excellent communication skills.
- Ethereum / Solidity
- JavaScript / TypeScript
- VueJS / NodeJS
- Html/CSS
- Git / Cloud Deployment / CI/CD
- Familiarity with key sharding and multi-party computation is a plus
- Bachelor's or Master's degree in Computer Science or a related field is a bonus
If you are an experienced Blockchain Engineer with high-level expertise in wallet architecture, we would love to hear from you! Please submit your resume and a brief description of your experience and qualifications.
We are start-up working in the digital space, lean but ambitious. Our first product is a compliant cryptocurrency exchange built from the ground up to meet the strong regulatory framework of the next generation of digital asset trading. We are building a digital asset exchange that values and lives by core principles of transparency and accountability, with verifiable segregated funds and a cautious and safety-centric approach with user funds.
We want to usher in the next era and build digital asset trading 2.0.
- Freedom to work wherever you want, whenever you want.
- Building the future. Cryptocurrencies lay the foundation to the internet of value.
- Collaborative and feedback-driven culture.
- Opportunity to grow.
- Fair pay, no matter where you live.
- For the right candidate, an equity offer can be guaranteed after a probationary period.
Our hiring process consists of 3 different stages
Founder Interview: If we like your initial application, expect to schedule an interview with the founder. This interview will focus on getting to know you a bit more and will focus on explaining the culture of the project. We want to know more about why you want to join our team, how you feel about our mission and cryptocurrency now and how it fits into your overall career plan to make sure this is the right place for you.
Technical Review: A deep dive on your technical experiences, as well as a technical discussion.
Technical Assessment: A technical assignment which you could finish over a weekend – we will share our current proposed solution that we are working on with you, and ask you for feedback and a proposal on how you would build it, implement it, and improve it. (Note: in a scenario where we don’t move forward together after this, we will be happy to agree an hourly or daily rate for time spent on this task – we will never ask for technical expertise for free.)
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.