File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11export default {
2- "biomapper-sdk " : "Biomapper SDK " ,
2+ "general-information " : "General Information " ,
33 interfaces : {
44 title : "Solidity API" ,
55 href : "https://link.humanode.io/docs/biomapper-sdk" ,
Original file line number Diff line number Diff line change 11---
2- description : Integrate via Smart Contracts running on the Humanode Chain!
2+ description : General information on how to integrate with Biomapper.
33---
44
55import { Callout } from " nextra/components" ;
66import Embed from " ../../../components/Embed" ;
77import { VscGithub } from " react-icons/vsc" ;
88import { AiFillBook } from " react-icons/ai" ;
99
10- # Biomapper SDK
10+ # General Information
11+
12+ Here we outline the general guidance on how to integrate you dapp with
13+ Humanode Biomapper.
1114
1215<Callout type = " info" >
13- __ TLDR__ : just use the [ Interfaces] [ interfaces ] and deploy on the Humanode
14- Chain!
16+ __ TLDR__ : just use the [ Solidity ABI] [ interfaces ] .
1517</Callout >
1618
1719[ interfaces ] : https://link.humanode.io/docs/biomapper-sdk
@@ -44,7 +46,7 @@ the blockchains and privacy-invasive KYC procedures.
4446The automatically generated documentation on the SDK components:
4547
4648<Embed
47- title = " Biomapper SDK Docs "
49+ title = " Solidity API "
4850 href = " https://link.humanode.io/docs/biomapper-sdk"
4951 icon = { <AiFillBook />}
5052/>
You can’t perform that action at this time.
0 commit comments