brought to you by Harmonic Pool
This softweare exists thanks to Harmonic delegators an supporters
- delegate ADA to Harmonic Pool
- donate ADA to :
addr1qxm09exmyl04yhh67rvvmp2zauq32p8g7v60wtv03ved7t8h2y992ly7znq5q8ckurcpum0dc8kaunpkysnlnzzhw0pqd875p8
- contribute building this repository
- contribute building a greather Cardano with any repository of Harmonic Pool
make sure to enable web-assembly if not configured by default.
You may find some help at documentation/known_issues/allowing_webassembly.md
make sure you have a folder called node_modules
in your project
run the following in your project directory
npm install https://github.com/HarmonicPool/cardano-wallet-interface
here's a list of supported wallet, if you notice a Cardano wallet that support dApp connector is missing, feel free to send a mail here
/*... other imports ...*/
import Wallet, { WalletName } from "@harmonicpool/cardano-wallet-interface";
/*...*/
if( Wallet.has( WalletName.Nami ) )
{
if( !Wallet.isEnabled( WalletName.Nami ) )
{
Wallet.enable( WalletName.Nami )
.then(
() => {
Wallet.Nami.delegateTo(
"<your pool id>",
"<your blockforst api key>"
);
}
);
}
else
{
Wallet.Nami.delegateTo(
"<your pool id>",
"<your blockforst api key>"
);
}
}
/*...*/
check the documentation/examples folder for more
a more in depth documentation can be found in the documentation folder
Any code correction you may find useful is a great form of support for all the Cardano community, you can send them to the Harmonic Pool mail
other great forms to show support are:
- delegating to Harmonic Pool
- donating ADA to the following address that delegates to Harmonic:
addr1qxyryaacjdwau64wyf5truhq2akuc50dunrzlpj82pcjjkwpcdn8a48cpt55dp9d7wc8khg8aksheu62u4nhrdtgddeqd4r83d
any of the above will be really appreciated <3