Sun | 122 |Mon | 123 |Tue | 124 |Wed | 125 |Thu | 126 |Fri | 127 |Sat | 128 |
---|---|---|---|---|---|---|
136 | ) 137 | const tdClassName = isRed && isRed(date, selectedDate) ? 'bg-red-100 text-red-700' : '' 138 | let buttonClassName = 'block w-full p-2 rounded hover:text-white ' 139 | if (isRed && isRed(date, selectedDate)) { 140 | buttonClassName = buttonClassName + 'hover:bg-red-700 ' 141 | } else { 142 | buttonClassName = buttonClassName + 'text-sky-700 hover:bg-sky-700 ' 143 | } 144 | if (isOnSelectedDate(date)) { 145 | buttonClassName = buttonClassName + 'text-white ' + (isRed && isRed(date, selectedDate) ? 'bg-red-700' : 'bg-sky-700') 146 | } 147 | return ( 148 | | 149 | 150 | | 151 | ) 152 | })} 153 |
Wallet | 17 |Payment | 18 |Staking | 19 |
---|---|---|
24 |
25 |
27 | |
28 | ||
33 |
34 |
36 | |
37 | ||
42 |
43 |
45 | |
46 | ||
51 |
52 |
54 | |
55 | ||
60 |
61 |
63 | |
64 |
Round Table is ADAO Community’s open-source wallet on Cardano blockchain. It aims at making multisig easy and intuitive for everyone. The project is designed and developed with decentralization in mind. All the libraries and tools were chosen in favor of decentralization. There is no server to keep your data. Your data is your own. It runs on your browser just like any other light wallets. You could also run it on your own PC easily.
80 |Round Table supports multisig wallets as well as personal wallets. Besides its personal wallets, these wallets are supported to make multisig wallets.
81 |We have an active and welcoming community. If you have any issues or questions, feel free to reach out to us via Github or Discord.
83 |Make sure you write down the 24 words of your wallet recover phase on a piece of paper in the exact order shown here.
58 |Multisig wallet is made of multiple signers or time ranges of validity.
281 |Personal wallet is for normal use like other wallets, e.g. Nami/Eternal/etc. It also holds addresses for multisig wallet making.
282 |{addressName} | 33 |Payment Derivation Path | 34 |Staking Derivation Path | 35 |
---|---|---|
40 | |
42 |