Coinsence / meta

General Info and Improvement Proposal repository
1 stars 0 forks source link

Migrate to algorand #304

Open KarimChabrak opened 3 years ago

KarimChabrak commented 3 years ago

Currently we are using Rinkeby tesnet, besides solving issue like synchronization, we need to interact with a mainnet blockchain.

Preferably, we remove completely the internal asset database, so that the platfrom get always the balances from blockchain.

In the mean time, we might migrate first the current solution, to reduce complexity, we should maybe not create for the moment a DAO for the space. A space which has a specific wallet shall just be able to create a specific Algorand Stanard Asset. Principal calls made through this module :

Following function have probably to be adapted:

Folliwing function might be skipped:

To avoid migration complexity, we should restart with a platform without any balances. We operate the old database version under an other subdomain, to ensure beeing able to manually adapt balances when needed.