| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Stellar Development Foundation | Miami, FL, United States | $94k - $144k | |||
Aurora Labs | Remote | $33k - $75k | |||
Cake Pte Ltd | Singapore, Singapore |
| |||
Monad | New York, NY, United States |
| |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Monad Labs | New York, NY, United States |
| |||
Spectrum Search | San Francisco, CA, United States | $63k - $100k | |||
BlockchainStaffingNinja | United States | $63k - $85k | |||
Coinmarketcap | Remote | $62k - $82k | |||
Securrency | United States | $54k - $90k | |||
Offchain Labs | United States | $63k - $90k | |||
Anagram Ltd | United States | $105k - $111k | |||
BlockchainStaffingNinja | New York, NY, United States | $45k - $90k | |||
Status | Remote | $84k - $110k | |||
Austin Werner Ltd | San Francisco, CA, United States | $140k - $200k | |||
Nethermind | London, United Kingdom | $72k - $75k |
This job is closed
Open to remote candidates in the USA
Interested in working on cutting-edge blockchain technology and creating equitable access to the global financial system? Since 2014, the mission-driven team at the Stellar Development Foundation (SDF) has helped fuel the tremendous growth of the Stellar blockchain network, an open-source platform that operates at high-scale today. Developers and companies around the world build on it, and the SDF team is expanding to support the rapidly growing and changing Stellar ecosystem.
The launch of Soroban, the new smart contracts platform designed to work well with Stellar, brings a wealth of opportunity for innovation, and when you join SDF as a Developer Evangelist, you will be a part of a team that's leveraging that opportunity to increase developer participation in order to bootstrap the ecosystem of tools, protocols, dApps, and educational resources necessary for Soroban to succeed. You will design, develop, and maintain programs to grab developer attention, to attract and motivate early adopters, and to show the world what's possible when native smart contracts meet Stellar's unparalleled access.
In this role, you will:
- Develop and execute strategies and programs for attracting new developers to experiment with Soroban and Stellar
- Create course material, tutorials, talks, and other content to educate, onboard, and engage developers, and encourage community developers to do the same.
- Host workshops, meetups, and other in-person and/or virtual events to bring new developers into the ecosystem, and to make them excited to experiment with Soroban
- Drive participation in existing developer-facing programs, such as Stellar Quest, Sorobanathon, and the Stellar Community Fund
- Seek out devs in other ecosystems for whom Soroban may be a good fit, and build relationships to bring them into the ecosystem
You have:
- 3+ years of professional experience in developer relations, developer marketing, or engineering
- Practical experiencebuilding and deploying Javascriptweb applications
- Practical experience with WASM- or EVM-based smart contract development
- A passion for technology, and the ability to articulate technical concepts to diverse audiences
- A strong desire to build things and explain how they work, and a portfolio to prove it
- Poise, presence, and experience with public speaking
Bonus Points if:
- You love Rust
- You've written and deployed smart contracts on multiple blockchain networks
- You know your way around blockchain analytics
- You have a history of participation in the Stellar ecosystem
We offer competitive pay with a base salary range for this position of $94,500 - $144,000 depending on job-related knowledge, skills, experience. In addition, we offer lumen-denominated grants along with the following perks and benefits:
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.