-
Move 是一门DSL语言(domain specific language),可以作为合约开发语言,其语言特性很多借鉴了Rust
- Move内置数据类型:integer,boolean,address,Vec
- 没有如下内置类型:浮点数和字符串(看起来Move的确是DSL,`地址`作为内置类型)
- 跟rust好像......(因为是合约语言,所以unreachable不支持,未使用变…
-
#### Problem
The JSON API uses int64 for fields like lamports. However, the maximum safe integer in browsers is 2^53-1
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Ob…
-
As per discussion #dev-contract channel in Discord, I am opening a discussion here for an alternative for NEP-21. I have been involved in Ethereum and EOS token development for the last four years and…
-
# Abstract
What would you like to do? Describe your project/idea in a few sentences.
Quidli is a micro on-ramp connecting Web 2.0 apps and web3 assets for you to embed crypto rewards and incentives i…
-
## Describe the current behavior in detail
Checked on [wormhole-connect-mainnet](https://wormhole-connect-mainnet.netlify.app/?config=N4KABGCmB2BuBcYDkBbAhgS2tSAXJANOGAK4DOkASpACaRkYDm0iuATiZERLgPYDW…
-
## Motivation
[node 16 is already end of life](https://nodejs.org/en/blog/announcements/nodejs16-eol). Current web3.js includes polyfills for `fetch` and for Ed25519 in `global.crypto`. Current sup…
-
We are planning to deploy smart contracts to solana. To make sure we can actually use the contracts from our frontend with the given infrastructure we must research the different wallet types availabl…
H34D updated
2 months ago
-
## Describe the current behavior in detail
Checked on [wormhole-connect-mainnet](https://wormhole-connect-mainnet.netlify.app/?config=N4KABGCmB2BuBcYDkBbAhgS2tSAXJANOGAK4DOkASpACaRkYDm0iuATiZERLgPYDW…
-
```
const { execute } = await raydium.liquidity.swap({
poolInfo,
poolKeys,
amountIn: new BN(amountIn),
amountOut: out.minAmountOut, // out.amountOut means amount 'without'…
-
# 🚀 Feature Request: Dispatchable Fungible Asset Standard
## Summary
Right now the Aptos Framework defines one single `fungible_asset.move` as our fungible asset standard, making it hard for oth…