| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Rally | Remote | $0k | |||
Synapse International | Remote | $40k - $81k | |||
Ankr Network | San Francisco, CA, United States | $11k - $85k | |||
Binance | Remote |
| |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Konfid.io GmbH | Remote | $50k - $60k | |||
Upside | United States | $72k - $95k | |||
RociFi | Remote | $22k - $100k | |||
Binance | Remote |
| |||
Gnosis | Berlin, Germany |
| |||
Gnosis | Lisbon, Portugal |
| |||
Consensys | United States | $32k - $54k | |||
Advanced Blockchain | Remote |
| |||
Build A Rocket Boy | Remote | $72k - $90k | |||
qiibee | Remote | $56k - $60k | |||
Web3Auth | Singapore, Singapore | $80k - $160k |
This job is closed
Blockchain Developer (Ecommerce)
Rally gives e-commerce merchants the freedom to build a checkout experience that reflects their brand and is enabled for an inevitable Web3 future of commerce. We have a long-term decentralized vision for our product and company and are looking for a blockchain developer to help design, implement, and support a distributed blockchain-based network. Your primary responsibilities will be analyzing requirements, designing blockchain technology around a certain business model, and building and launching a blockchain network. You would be joining a high-impact group of accomplished engineers who are building emergent technology in the e-commerce space. This is an exciting and formative moment in Rally’s growth as a product and a company. If you are interested in building something new, expanding your skillset and domain knowledge, and working with kind, fun, and thoughtful people, we encourage you to apply.
Want to learn more about Rally and hear from our leadership? Check out Jordan Gal, our CEO, talking about Rally on his podcast. Check out our blog for more on decentralization and our next steps in Web3.
This Role Will
Research, design, develop, and test blockchain technologies
Brainstorm and help evaluate applications for new tools and technologies as they continually evolve
Maintain and extend current client- and server-side applications responsible for integration and business logic
Work on implementing and integrating the latest improvement proposals
Document new solutions as well as maintain that of existing ones
Who You Are
3+ years (excluding internship or college projects) of strong software development background
In-depth knowledge about Fundamentals of Blockchain, cryptography, P2P Networks, DeFi.
Proficiency in ONE or more of the following languages (or similar): Solidity, Rust, Go, Java
Strong knowledge of common algorithms and data structures
Strong knowledge of Ethereum blockchain and/or Solana blockchain, or similar, including product development processes using the latest technologies
Strong knowledge of concurrency and writing efficient and safe multithreaded code
Understanding of how blockchain architecture, private keys, and standards protocols work
Development experience using IPFS, Solana API, and EVM API
Development experience in AWS, Azure, or any other Cloud space
In-depth understanding of Web3 dynamics and inner workings
Looking for a full-time, fully remote role.
Who We Are
We #rallytogether in all things. We are a small team; you won’t hear “that’s not my job”. We value accountability, creativity, and fostering an inclusive and transformative experience for ourselves and our community of merchants. We are looking for those who are guided by a growth mindset and have the ability to think beyond the typical playbook. We care about the success of our customers and our company. We are willing to do the work, have the hard conversations, and take ownership in the service of delivering value to the customer. We do not believe in the allowance of brilliant jerks and are always working towards creating high psychological safety. If you are excited about our mission of empowering e-commerce merchants and building out the headless ecosystem, we’d love to have you apply even if you feel unsure that you meet every requirement in this posting.
Benefits & Perks
We are a small team; your work will have a big impact
Meaningful equity and competitive pay
Comprehensive, employer-paid health benefits
Stipends for work-from-home setup
Learning and development resources
Flexible work schedule, with an open vacation policy
A kind, thoughtful, and enthusiastic team
Rally is an equal opportunity employer that values diversity, inclusion, and belonging. We do not discriminate on the basis of race, religion, color, national origin, gender, gender identity or expression, sexual orientation, age, marital status, veteran status, disability status, or any other characteristic protected by law. We will consider for employment all qualified applicants with arrest and conviction records in a manner consistent with applicable law.
Rally focuses on SaaS, B2B, and Ecommerce. Their company has offices in Remote. They have a small team that's between 11-50 employees.
You can view their website at https://www.rallyon.com/ 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.