面议
Gear 是一个基于 Substrate 的智能合约平台,使任何人都能在几分钟内部署一个 dApp。Gear 是运行智能合约的最具成本效益的方式,这些智能合约是由许多流行的编程语言编译而成的,如 Rust、C、C++等等。它确保了非常简约、直观和充分的 API,可以在多个网络上运行新写的和现有的程序,而无需重写。智能合约存储在区块链的状态中,并被调用,根据要求保留其状态。
Gear 正计划成为 Polkadot 和 Kusama 网络中的一个 parachain,以在这些各自的网络中托管智能合约。这将意味着,通过在 Gear 上的部署,开发者将能够以最小的成本利用 Polkadot 和 Kusama 网络和生态系统的所有好处。
Gear 将通过使创新的 dApps、微服务、中间件和开放 API 的运行,协助向 Web3 技术的大规模使用过渡。
Gear Technologies 宣布于 12 月 20 日完成 1200 万美元私募轮融资,此轮融资由 Blockchange Ventures 领投。
除 Blockchange 外,其他顶级投资机构也参与本轮融资,其中包括 Three Arrows Capital(三箭资本)、Lemniscap、Distributed 、Globals、LAO、 Mechanism Capital、Bitscale、Spartan Group LLC、HashKey、DI Ventures、Elysium Venture Capital、Signum Capital 和 Konstantin Lomashuk 领导的 P2P Economy,以及 Web3 基金会和 Parity Technologies 的一些高管。
报道链接: Gear Technologies Raises \$12M to Boost Smart-Contract Development on Polkadot
我们正在寻找具有丰富的高性能和高安全性代码实践经验的人。我们使用 Rust 编写代码。
Implement basic function to split some generic computational work between threads. Split should occur only on some threshold - if computational work (input length) is shorter than this threshold, no splitting should occur and no threads should be created.
You get as input:
You should return:
Up to you, but probably some Vec of the same length as input(1) Code should be published on github.
Gear is a Substrate-based smart-contract platform that enables anyone to deploy a dApp in a matter of minutes. Gear is the most cost-effective way to run smart contracts that have been compiled from many popular programming languages, such as Rust, C, C++, and many more. It ensures very minimal, intuitive, and sufficient API for running both newly written and existing programs on multiple networks without having to rewrite them. Smart contracts are stored in the blockchain’s state and are invoked, preserving their state upon request.
Gear is planning on becoming a parachain in the Polkadot and Kusama networks to host smart contracts on these respective networks. This will mean that by deploying on Gear, developers would be able to take advantage of all the benefits of the Polkadot and Kusama networks and ecosystems at a minimal cost.
Gear will assist with the transition to mass use of Web3 technologies by enabling the running of innovative dApps, microservices, middleware, and open APIs.
Gear Technologies announced it has raised \$12 million in a private investment round led by Blockchange Ventures on December 20, 2021.
In addition to Blockchange, other top venture capital funds participated in this round, including Three Arrows Capital, Lemniscap, Distributed Global, LAO, Mechanism Capital, Bitscale, Spartan Group LLC, HashKey, DI Ventures, Elysium Venture Capital, Signum Capital and P2P Economy lead by Konstantin Lomashuk, along with a number of top executives of Web3 Foundation and Parity Technologies.
Gear Technologies Raises \$12M to Boost Smart-Contract Development on Polkadot
We are looking for someone experienced with high-performance and high-secure code practices. We code in Rust.
Implement basic function to split some generic computational work between threads. Split should occur only on some threshold - if computational work (input length) is shorter than this threshold, no splitting should occur and no threads should be created.
You get as input:
1. Vec<T>
2. Function f(t: T) -> R
Threshold can be just constant.
You should return:
Up to you, but probably some Vec of the same length as input(1) Code should be published on github.
如果觉得我的文章对您有用,请随意打赏。你的支持将鼓励我继续创作!