Support Us
Thank you for your interest in Mesh, we appreciate any kind of support! Here are some ways you can support us.
Follow us on Twitter
Follow us on Twitter so you get updated with the latest development!
Add Mesh Badge in your Application
Add our beautiful Mesh Badge to give your users confidence knowing that your application is running on top of a solid SDK.
import { MeshBadge } from '@meshsdk/react';
export default function Page() {
return (
<>
<MeshBadge />
</>
);
}