Skip to content

Commit 88fb802

Browse files
authored
Merge pull request #22 from xchainjs/21-updates
Latest features
2 parents 6d83cb4 + 4f7e191 commit 88fb802

File tree

1 file changed

+34
-6
lines changed

1 file changed

+34
-6
lines changed

src/app/page.tsx

+34-6
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,10 @@ export default function Home () {
8181
<span className='inline-block'><TextLink text='LITECOIN' url='https://litecoin.org/' underlined/></span>
8282
<p className='inline'>, </p>
8383
<span className='inline-block'><TextLink text='MAYACHAIN' url='https://www.mayaprotocol.com/' underlined/></span>
84-
<p className='inline'> and </p>
84+
<p className='inline'>, </p>
8585
<span className='inline-block'><TextLink text='THORCHAIN' url='https://thorchain.org/' underlined/></span>
86+
<p className='inline'> and </p>
87+
<span className='inline-block'><TextLink text='RADIX' url='https://www.radixdlt.com/' underlined/></span>
8688
</div>
8789
<ul className='mt-6'>
8890
<li className='flex flex-wrap'><TextLink text='○ Signature and transmission of transactions' url='https://xchainjs.gitbook.io/xchainjs/clients/xchain-cosmos-sdk/xchain-thorchain/how-to-use#transfer-rune-using-thor-client'/></li>
@@ -103,6 +105,25 @@ export default function Home () {
103105
</ul>
104106
</div>
105107
</Card>
108+
<Card title='Wallet'>
109+
<div>
110+
<p className='inline'>Use the </p>
111+
<span className='inline-block'><TextLink text='Wallet interface' url='https://xchainjs.gitbook.io/xchainjs/wallet' underlined/></span>
112+
<p className='inline'> to add multiple clients to your DApps with confidence. Work with them without worrying about their inline implementation. Integrate keystore clients and </p>
113+
<span className='inline-block'><TextLink text='Ledger' url='https://www.ledger.com/' underlined/></span>
114+
<p className='inline'> clients with ease.</p>
115+
</div>
116+
</Card>
117+
<Card title='Aggregator'>
118+
<div>
119+
<p>Work with different protocols at the same time and get ready to give to your DApp the potential it deserves from:</p>
120+
<ul className='mt-6'>
121+
<li className='flex flex-wrap'><TextLink text='○ Thorchain' url='https://thorchain.org/'/></li>
122+
<li className='flex flex-wrap'><TextLink text='○ Mayachain' url='https://www.mayaprotocol.com/'/></li>
123+
<li className='flex flex-wrap'><TextLink text='○ Chainflip' url='https://chainflip.io/'/></li>
124+
</ul>
125+
</div>
126+
</Card>
106127
<Card title='Node Providers'>
107128
<div>
108129
<p className='inline'>Rolling with the best - </p>
@@ -144,6 +165,8 @@ export default function Home () {
144165
<span className='inline-block'><TextLink text='Bscscan' url='https://bscscan.com/' underlined/></span>
145166
<p className='inline'>, </p>
146167
<span className='inline-block'><TextLink text='Arbiscan' url='https://arbiscan.io/' underlined/></span>
168+
<p className='inline'>, </p>
169+
<span className='inline-block'><TextLink text='Radix' url='https://dashboard.radixdlt.com/' underlined/></span>
147170
<p className='inline'> and the rest of the crew.</p>
148171
</div>
149172
</Card>
@@ -156,14 +179,19 @@ export default function Home () {
156179
<Subtitle text='Roadmap' />
157180
</header>
158181
<div className='mt-3 md:mt-6'>
159-
<ul className='list-disc list-inside'>
160-
<li className="flex items-center">
161-
<span className="text-green-500 text-xl">&#10003;</span>
162-
<strong className="ml-2">Xchainjs-aggregator: </strong> Enhancements to provide more robust cross-chain functionality and improved performance.
182+
<ul>
183+
<li>
184+
<span className="text-xl">&#10003;</span>
185+
<strong className="ml-[12px]">Aggregator: </strong> Enhancements to provide more robust cross-chain functionality and improved performance among different protocols.
163186
</li>
187+
</ul>
188+
<ul>
164189
<li>
165-
<strong>Ledger Support:</strong> Integration for secure hardware wallet transactions, enhancing user security.
190+
<span className="text-xl rotate-45">&#8634;</span>
191+
<strong className="ml-[12px]">Ledger Support:</strong> Integration for secure hardware wallet transactions, enhancing user security.
166192
</li>
193+
</ul>
194+
<ul className='list-disc list-inside'>
167195
<li>
168196
<strong>KeepKey Support:</strong> Integration for secure hardware wallet transactions, enhancing user security.
169197
</li>

0 commit comments

Comments
 (0)