mirror of
https://github.com/logos-co/roadmap.git
synced 2025-01-26 16:08:53 +00:00
Vac SC roadmap update
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
This commit is contained in:
parent
3f89c3e1fe
commit
884723b542
56
content/vac/sc/g/status/community-contracts-token-import.md
Normal file
56
content/vac/sc/g/status/community-contracts-token-import.md
Normal 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
|
||||
|
||||
|
||||
|
@ -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 ]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user