Vac SC roadmap update

Signed-off-by: ksr <kaiserd@users.noreply.github.com>
This commit is contained in:
ksr 2023-11-13 16:28:47 +01:00
parent 3f89c3e1fe
commit 884723b542
2 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,56 @@
---
title: "Token Import"
description: "token import"
---
## `:sc:g:status:token-import`
---
```mermaid
%%{
init: {
'theme': 'base',
'themeVariables': {
'primaryColor': '#BB2528',
'primaryTextColor': '#fff',
'primaryBorderColor': '#7C0000',
'lineColor': '#F8B229',
'secondaryColor': '#006100',
'tertiaryColor': '#fff'
}
}
}%%
gantt
tickInterval 1month
dateFormat YYYY-MM-DD
section Status
Production Readiness:
```
- status: 0%
- CC:
### Description
*Note*: This milestones needs furters details, which will be agreed apon with Status in an upcoming meeting.
Preliminary description:
Desing and implement a contract that offers a token import functionality to communities.
It should allow:
- deploying a token vault for a given token
- depositing tokens to specific token vaults
- specific community members (token masters) can alter (e.g. airdrop) tokens in the store
- tokens in the vault can be air dropped
A token vault is basically a community wallet that a community's token masters can airdrop from.
### Justification
### Deliverables
* design description
* smart contract

View File

@ -14,6 +14,7 @@ lastmod: 2023-09-21
* [x] [[ vac/sc/g/status/community-contracts-ERC721 | community-contracts-ERC721 ]]
* [x] [[ vac/sc/g/status/community-contracts-ERC20 | community-contracts-ERC20 ]]
* [x] [[ vac/sc/g/status/community-contracts-deployer | community-contracts-deployer ]]
* [[ vac/sc/g/status/community-contracts-token-import | community-contracts-token-import ]]
* [[ vac/sc/g/status/community-contracts-maintenance | community-contracts-maintenance ]]
* [[ vac/sc/g/status/community-curation-contracts | community-curation-contracts ]]
* [x] [[ vac/sc/g/status/snt-optimism-bridge | SNT-optimism-bridge ]]