B3에서 NFT 생성, 관리 및 거래를 위한 도구 및 서비스.
<CardGroup cols={2}>
<Card title="Reservoir" href="https://reservoir.tools">
<img src="/images/reservoir-logo.svg" className="p-4 w-full h-24 object-contain bg-black rounded-xl mt-3" />
NFT 인프라를 통해 차세대 NFT 제품을 가능하게 합니다.
<div style={{ marginTop: '8px' }}>
<span style={{ backgroundColor: '#007AFF', color: 'white', padding: '2px 8px', borderRadius: '4px', fontSize: '12px' }}>B3 지원</span>
</div>
</Card>
<Card title="SimpleHash" href="https://simplehash.com">
<img src="/images/simplehash-logo.avif" className="p-4 w-full h-24 object-contain bg-black rounded-xl mt-3" />
SimpleHash를 통해 토큰 및 NFT 데이터에 쉽게 접근하세요.
<div style={{ marginTop: '8px' }}>
<span style={{ backgroundColor: '#007AFF', color: 'white', padding: '2px 8px', borderRadius: '4px', fontSize: '12px' }}>B3 지원</span>
</div>
</Card>
<Card title="Thirdweb Insights" href="https://thirdweb.com">
<img src="/images/thirdweb-logo.avif" className="p-4 w-full h-24 object-cover bg-black rounded-xl mt-3" />
프론트엔드, 백엔드 및 온체인 도구. Unity, Unreal Engine, React Native SDKs.
<div style={{ marginTop: '8px' }}>
<span style={{ backgroundColor: '#007AFF', color: 'white', padding: '2px 8px', borderRadius: '4px', fontSize: '12px', marginRight: '8px' }}>B3 지원</span>
<span style={{ backgroundColor: '#6B7280', color: 'white', padding: '2px 8px', borderRadius: '4px', fontSize: '12px' }}>게이밍 SDKs</span>
</div>
</Card>
</CardGroup>