| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Moonwalk | Remote | $36k - $90k | |||
IOTA Foundation | Remote | $82k - $87k | |||
Boson Protocol | London, United Kingdom | $43k - $56k | |||
Boson Protocol | London, United Kingdom | $36k - $61k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Boson Protocol | London, United Kingdom | $30k - $76k | |||
Boson Protocol | London, United Kingdom | $32k - $100k | |||
Cake Pte Ltd | Singapore, Singapore | $98k - $110k | |||
Hydraswap | Singapore, Singapore | $0k | |||
API3 | Remote | $50k - $90k | |||
IOTA Foundation | Remote | $82k - $87k | |||
Blockfish | United States | $0k | |||
Webb | United States | $70k - $150k | |||
Joint NFT | India | $115k - $2k | |||
Joint NFT | India | $0k - $2k | |||
IOTA Foundation | Remote | $82k - $87k |
Who We Are
Moonwalk is a platform for brands, creators and communities to build web3 ecosystems. Moonwalk combines a digital wallet, generative NFT collections, social and content rewards, and payment integrations. We enable our clients to directly connect with, engage, reward and monetize their communities. Our platform integrates with Apple and Google wallets, Point-of-Sale, e-commerce, social and content platforms. We’re working with some of the biggest brands in the world across gaming, music and sports to build out the next generation of digital ecosystems.
We’re looking for people who share our passion for future technologies and creator economies, and have experience with or a strong interest in blockchain. We thrive on diversity and creativity, and value motivated individuals who can own their products or clients, and be both self-directed and team players.
About the role
As a Senior Web3 Developer, you will play a pivotal role developing front-end applications that interact with smart contracts on the Ethereum and EVM compatible blockchains and Layer2 protocols, and other chains such as Solana and Flow.
We’re building applications that create and utilize NFT’s and social tokens to enable unlocks, utility and payments for users - such as generative NFT collections, tokenized voting, DAO’s, social and content rewards and payment integrations. Moonwalk offers clients a mix of decentralized Web3 applications and hybrid Web2/3 applications that serve crypto natives but can also easily onboard the mainstream onto web3.
You will own the end-to-end development of front-end applications and will work closely with both smart contract developers and the back-end team. You are expected to be independent, motivated, and driven to deliver exceptional technical solutions.
Our full stack is built on ReactJS, GraphQL, Node.js and MongoDB running on AWS infrastructure. Our Web3 focus is on Ethereum - Web3-react, Ether.js, IPFS.
Who We’re Looking For:
- First and foremost - you are self-motivated, independent, eager to learn, and can tackle challenging problems in a small, fast-moving team environment
- You’re willing to jump in where needed - whether that be refactoring + simplifying a database collection while supporting existing users, figuring out how to reward our best users with a digital asset, or building authentication with a mobile payment network
- You have 3+ years of experience as a Web3 Developer focused on building out secure front-end decentralized applications
- You have strong experience with ReactJS, Ether.js/ Web3.js, Truffle, Ganache and Metamask
- You have a strong understanding ofblockchains such as Ethereum, Smart Contracts, Wallets and Non-fungible Tokens
- You get excited about problem solving, building, and seeing code pushed to production
- You have a strong interest in blockchain technology and decentralization
- You are relentlessly passionate about your work, the quality of your output, and writing concise code
Nice To Have's:
- Previous experience as an early employee, founder, or front-end developer at a consumer or commerce startup
- Deep understanding of the creator economy space and the evolving considerations relating to creator monetization and payments
Moonwalk is an equal opportunity employer. Individuals seeking employment at Moonwalk are considered without regards to race, sex, color, creed, religion, national origin, age, disability, genetics, marital status, pregnancy, unemployment status, sexual orientation, or veteran status.
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.