eosdac / eosdactoolkit

DEPRECATED The DAC toolkit for building and running DACs
MIT License
10 stars 13 forks source link

add registration pop up #11

Closed nanonano7 closed 6 years ago

lukestokes commented 6 years ago

Are you familiar with how to integrate the Ricardian Contracts for this?

nanonano7 commented 6 years ago

image

like this. the rc text shows up like this on every transaction. im currently working on replacing the {{fields}} in the text to whats being sent

nanonano7 commented 6 years ago

image

this is how its looking now for every transaction.

lukestokes commented 6 years ago

I think we just want to show the the intent. Example from eos-voter:

image

nanonano7 commented 6 years ago

image

Is this ok?

lukestokes commented 6 years ago

Yeah, that works for me. Here's the EOS token contract as show in eos-voter: https://github.com/EOS-Mainnet/governance/blob/master/eosio.token/eosio.token-transfer-rc.md

image

I'll check with @dali1986 on the wording. Since we started with the eos.io code, we should probably use their same Ricardian Contract as well. Tagging @dallasjohnson in case he has some thoughts as well.