| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Securrency | Abu Dhabi, United Arab Emirates | $105k - $111k | |||
Ankr Network | San Francisco, CA, United States | $50k - $90k | |||
Ankr Network | San Francisco, CA, United States | $67k - $75k | |||
Parallel Finance | Canada | $0k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Manan AI | Babylon Voice, SummeTimes | New York, NY, United States | $80k - $150k | |||
0x | San Francisco, CA, United States | $54k - $90k | |||
0xPragma | Dubai, United Arab Emirates | $80k - $140k | |||
Textile | United States | $27k - $50k | |||
Gnosis | Berlin, Germany |
| |||
Aragon Association | Remote | $17k - $100k | |||
Horizon Blockchain Games | Toronto, Canada | $45k - $92k | |||
Horizon Blockchain Games | Toronto, Canada | $90k - $100k | |||
Nori | Seattle, WA, United States | $142k - $177k | |||
Cruize Finance | India | $60k - $100k | |||
Horizon Blockchain Games | Toronto, Canada | $90k - $100k |
This job is closed
Securrency delivers financial technology products for the tokenized issuance and trading of securities. We are a company well on its way to being a technology unicorn. However, while we are growing rapidly, we still retain the spirit and camaraderie of a dynamic start-up. Our mission is to be the world leader in financial logistics.
At the Securrency blockchain team, we are building entirely in Solidity
- Distributed identity and compliance framework.
- Instruments to provide flexible regulations to transactions.
- Digital asset composer - the framework for issuing regulated assets.
- Our standard for regulated fungible tokens
- Various assets logics - financial instruments, games, etc
- Upgradability framework to make our development process as close to traditional software development as possible
- Internal tools for smart contracts testing and deployment using JavaScript
For all these frameworks and instruments, we need clear and professional documentation, user guides and more.
Regardless of role in our team, we look for candidates who will thrive in our culture:
- We value freedom. You can work on what you want, how you want when you want, and from where you want (but better +/-4 hours from our Blockchain team HQ in Abu Dhabi, GMT+4.
- Ownership mindset. If you say that you can complete the task - you will do it. You will get any possible help from your colleagues, but you are responsible for the results.
- Only results matter. We strive to maintain an atmosphere that fosters innovation and new ideas through collaboration, research, and deep discussions. We value people who create and who step forward.
Securrency is looking for a Technical Writer who will be responsible for translating the deep technical details into clear, easy-to-read, and easy-to-understand documentation. This role is about maintaining and creating technical documentation and user guides for all our products. The users of any level should be able easily and quickly gather knowledge about them.
This role also requires profound technical knowledge of blockchains, EVM, smart contracts, and financial instruments (loans, bonds, etc.) alongside popular DeFi protocols (AMM, lending, etc.). In addition, you will be responsible for blog posts and social content creation to educate our community.
Responsibilities
- Develop a deep technical and financial understanding of Securrency blockchain products
- Research and bring an understanding of popular DeFi protocols.
- Work with managers, analytics and engineers to produce and maintain the technical documentation, user guides and content for social media.
- A comprehensive portfolio of related work
- 3+ years as a technical writer
- Deep knowledge of blockchains (especially Ethereum), EVM, Smart Contracts and DeFi ecosystem
- Excellent written communication skills
- Ability to transform complex technical decisions into user-friendly documentation and guides
- Ability to work efficiently and multi-task
- Experience with Solidity, JS/TS, and Frontend is a huge bonus
- Great team player and works well under pressure and in an agile environment
- Competitive compensation package
- World-class benefits package
- Work from wherever you want. We have excellent offices in UAE and USA, but you may be completely remote.
- Flexible working hours - please, have a healthy work/life balance
- We will provide you with anything you need to work effectively and be productive: technics, workplace, educational courses, access to conferences
- Exposure to industry thought leaders
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.