| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Parcel | Remote |
| |||
MetaMask | United States | $54k - $60k | |||
MetaMask | United States | $48k - $70k | |||
MetaMask | San Francisco, CA, United States | $54k - $60k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
MetaMask | United States | $54k - $72k | |||
Neon Labs | Remote | $54k - $79k | |||
Neon Labs | Remote | $54k - $79k | |||
Neon Labs | Remote | $54k - $79k | |||
Ankr | Amsterdam, Netherlands | $11k - $85k | |||
Textile | Remote | $36k - $60k | |||
Consensys | Remote | $54k - $72k | |||
DeGate | Remote | $36k - $60k | |||
SuperRare Labs | New York, NY, United States | $43k - $70k | |||
Nansen.ai | New York, NY, United States |
| |||
IOTA Foundation | Remote | $82k - $87k |
This job is closed
About Parcel 🏡
The Destination for Virtual Real Estate
Transact, learn, and connect. Parcel makes accessing virtual real estate faster, easier, and more affordable. Featuring a dynamic marketplace with aggregated listings, zero marketplace fees, low gas consumption, and comprehensive data & insights.
Parcel is building the most robust land NFT experience through strong relationships with creators, landowners, and emerging worlds. We plan to evolve our marketplace into one that connects users across every aspect of creating their ideal metaverse experience.
Backed by world-leading crypto investors, we're searching for builders to help lay the foundation for the metaverse. Join us! 🚀
Opportunity:
- Massive ownership, freedom, and the opportunity to work directly with the CTO. Work with a variety of technologies across the stack
- Join a talented team passionate about the metaverse and the future of the virtual economy
- Solve complex issues in one of the fastest-growing categories in NFTs
Responsibilities:
- Build, maintain and iterate on the core product and features.
- Drive high-level decisions about the Parcel marketplace design and architecture
- Work closely with the founders and CTO to build product features, drive strategy and execute key initiatives
Desired Skills:
- Familiar with Javascript / Typescript / Node.js / React.js / Next.js
- Familiar with Apollo / GraphQL / Postgres /
- Experience with EVM, ethers.js
- Deep technical understanding of and passion for metaverses and crypto in general
- The ability to work independently and be proactive
- A strong quality orientation, combined with a pragmatic attitude to deliver
- Analyze and improve performance throughout the technology stack
- Actively participate in code reviews across the engineering organization to ensure best practices are followed
- Discuss and suggest improvements to the development process, code convention, and best practices across the engineering organization
Nice to Haves:
- Experience with Solidity, ERC-20 & ERC-721, Rust
- Experience with sidechains like Polygon
- DevOps experience (Docker / AWS / Webpack / etc.)
Working at Parcel
🤑 Highly competitive salary & equity package 🦷 Premium medical, dental, and vision for you and your dependents 💻 Computer setup of your choice 🌴 Unlimited PTO & mental health days 🌎 Quarterly off-sites around the world!
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.