- Details
- Written by: 0xFC2C722b8fe7B3Ca277D349Cbad6D2c5ce2eCF9C
- Hits: 253
Yes, in addition to dApp/dAIpps, PoV (Proof of Value) can also bring rewards to all open-source software developers, including those in AI and game!
(Other: Applying PoV to EIPs, other technical standards, research papers, etc.)
The innovative software Enki, which supports the impact of PoV, can also help you create and manage your new type of anonymous community!
Below is a diagram of Governance Consensus Proof (version 1.0):
- Details
- Written by: 0xFC2C722b8fe7B3Ca277D349Cbad6D2c5ce2eCF9C
- Hits: 209
Preparation
Dear developers,
This article is not a Solidity programming tutorial, but rather a suggestion aimed at maximizing the opportunities for Smart Common (public dApp/dAIpp) developers to earn awards.
Before reading this suggestion, be sure to understand DAism thoroughly to fully grasp this guide. Oh yeah, every developer of dApp/dAIpps and every author of EIPs had better read this article.
Minimum Requirements:
📖 DAism Whitepaper
🤖 Remember: You don't need to team up with others; your best partner is called AI!
Good Luck!
- Details
- Written by: 0xFC2C722b8fe7B3Ca277D349Cbad6D2c5ce2eCF9C
- Hits: 808
Logo with English Name:
Code of this SVG image:
- Details
- Written by: 0xFC2C722b8fe7B3Ca277D349Cbad6D2c5ce2eCF9C
- Hits: 1301
Our proposed EIP-2569 was submitted in 2019, in which we proposal to save SVG images on Ethereum. During the past years quite a few projects actually have already used similar ways to save SVG image files on Ethereum such as the avartars (https://avastars.io/) , Uniswap V3 (which saves LP images as SVG files on Ethereum) , cryptopunks (which recently announced that all punk images have been saved as SVG files on Ethereum: https://www.larvalabs.com/
- Details
- Written by: 0xFC2C722b8fe7B3Ca277D349Cbad6D2c5ce2eCF9C
- Hits: 1462
This standard covers some situations that the ERC-20 standard and ERC-1155 standard can hardly handle. It allows multiple types of fungible tokens to be sent to multiple receiving addresses via our proposed interface transferBatchMul
and allows multiple types of fungible tokens to be sent from multiple sending addresses to multiple receiving addresses via our proposed interface transferFromBatchMul
. This standard greatly reduces the gas consumption in transactions of multiple types of fungible tokens. In addition the standard allows both setting of an approval for a single token via an interface approve(uint256 id,address spender, uint256 amount)
and setting of approvals uniformly for all types of tokens via an interface approve(address spender,bool _status)
.
Read more about EIP-3712: Standard for Multiple Types of Fungible-Tokens.
You can also read the Chinese version on this website.