This commit is contained in:
parent
a026da5e01
commit
5f22272c7c
37
README.md
37
README.md
|
@ -18,14 +18,32 @@ A NFT giveaway and non-profit auction DAPP by using the latest web3 trending tec
|
||||||
|
|
||||||
### Why
|
### Why
|
||||||
|
|
||||||
Since we are changing the tools for DAPPs development to YEW, WASM, ETHERS rs and Foundry based frameworks, we will develop the following project that has a simple starting point and low complexity. Second, we intend to improve our web3 research, development skills, test the TEAM's capabilities for the DECA Protocol development. The third is to do a NFTs giveaway to the biggest or longest-time supporters of the DECA Project, which might have an interesting future use case. Last but not least, we will do a non-profit auction of the rarest NFTs so that the collected budget will be donated as a kick-start DECA DAO Vault funding.
|
Since we are changing the tools for DAPPs development to YEW, WASM, ETHERS rs
|
||||||
|
and Foundry based frameworks, we will develop the following project that has a
|
||||||
|
simple starting point and low complexity. Second, we intend to improve our web3
|
||||||
|
research, development skills, test the TEAM's capabilities for the DECA
|
||||||
|
Protocol development. The third is to do a NFTs giveaway to the biggest or
|
||||||
|
longest-time supporters of the DECA Project, which might have an interesting
|
||||||
|
future use case. Last but not least, we will do a non-profit auction of the
|
||||||
|
rarest NFTs so that the collected budget will be donated as a kick-start DECA
|
||||||
|
DAO Vault funding.
|
||||||
|
|
||||||
### What (ToDo)
|
### What (ToDo)
|
||||||
|
|
||||||
NFTs giveaway to the biggest or longest-time supporters of the DECA Project: For this, you can develop a smart contract that manages the distribution of NFTs to specific Ethereum addresses. You can use the Ethers rs library to interact with this contract from your DApp, allowing you to send NFTs to the addresses of your project's supporters. The dev.to provides an example of a smart contract for an auction, which you could adapt for your NFT giveaway.
|
NFTs giveaway to the biggest or longest-time supporters of the DECA Project:
|
||||||
|
For this, you can develop a smart contract that manages the distribution of
|
||||||
|
NFTs to specific Ethereum addresses. You can use the Ethers rs library to
|
||||||
|
interact with this contract from your Dapp, allowing you to send NFTs to the
|
||||||
|
addresses of your project's supporters. The dev.to provides an example of a
|
||||||
|
smart contract for an auction, which you could adapt for your NFT giveaway.
|
||||||
|
|
||||||
Non-profit auction of the rarest NFTs to collect funds for DECA DAO Vault: For this goal, you can build on the previous NFT giveaway idea but add an auction functionality to the smart contract. The auction can be set up such that the highest bidder wins the NFT, and the funds collected from the auction can be sent directly to the DECA DAO Vault. The code in dev.to can be a good starting point for building this functionality.
|
Non-profit auction of the rarest NFTs to collect funds for DECA DAO Vault: For
|
||||||
Create/Recover 68 NFTs of the DECA Logo with specific properties as Background Color, Logo Color and a Complement.
|
this goal, you can build on the previous NFT giveaway idea but add an auction
|
||||||
|
functionality to the smart contract. The auction can be set up such that the
|
||||||
|
highest bidder wins the NFT, and the funds collected from the auction can be
|
||||||
|
sent directly to the DECA DAO Vault. The code in dev.to can be a good starting
|
||||||
|
point for building this functionality. Create/Recover 68 NFTs of the DECA Logo
|
||||||
|
with specific properties as Background Color, Logo Color and a Complement.
|
||||||
|
|
||||||
URI Data structure:
|
URI Data structure:
|
||||||
```json
|
```json
|
||||||
|
@ -97,7 +115,16 @@ URI Data structure:
|
||||||
|
|
||||||
## Rationale
|
## Rationale
|
||||||
|
|
||||||
Three years ago NSI intend to do an NFTs Gateway but we had multiple tasks and priorities so that we only left an unfinished project, now we intend to introduce [SBTs](https://vitalik.ca/general/2022/01/26/soulbound.html ) to the DECA Protocol as specified in the [Uses cases document](https://docs.google.com/presentation/d/1H4V5X0X-9jnulwmmQBKk7PiStqKoPh_t_h7F0R3kLw0/edit?usp=sharing) The goal is to use them as Certificates that can record data such as the CCToken offsets and others. Since we are ready to start with the Development of the DECA Protocol we require a project that will give us some experience in the Tools, Technologies and methods that will be implemented with further experience after this project achievements.
|
Three years ago NSI intend to do an NFTs Gateway but we had multiple tasks and
|
||||||
|
priorities so that we only left an unfinished project, now we intend to
|
||||||
|
introduce [SBTs](https://vitalik.ca/general/2022/01/26/soulbound.html ) to the
|
||||||
|
DECA Protocol as specified in the [Uses cases
|
||||||
|
document](https://docs.google.com/presentation/d/1H4V5X0X-9jnulwmmQBKk7PiStqKoPh_t_h7F0R3kLw0/edit?usp=sharing)
|
||||||
|
The goal is to use them as Certificates that can record data such as the
|
||||||
|
CCToken offsets and others. Since we are ready to start with the Development of
|
||||||
|
the DECA Protocol we require a project that will give us some experience in the
|
||||||
|
Tools, Technologies and methods that will be implemented with further
|
||||||
|
experience after this project achievements.
|
||||||
|
|
||||||
## References
|
## References
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue