https://desolaris-demo.bitski.comThis demo is a simple blockchain enabled experience that uses our WaaS services, and shows how you can integrate them with your existing auth system (using Auth0 as an example). You can also see the code for this example app here.
federated-accounts
API:
APP_ID
, which should be the ID of your Bitski application that can be found in the developer portal.initialOwner
, which should be the address that will receive the NFT.contractId
, which should be the ID of the contract you want to mint from. You can set up and deploy a contract and get its ID in the developer portal.name
, image
, etc. (See the API documentation for all possible values).address
that you are trying to load, and the chainId
of the chain that you are loading NFT details from in decimal form (1
for Ethereum Mainnet, 137
for Polygon, etc.).
APP_ID
: This should be the same application ID as above.transactionCallbackUrl
: This is the URL that the user will be returned to once signing has completed. The result of the transaction is included in the URL as a query parameter, allowing you to use it in your app.waas.userId
: This setting tells Bitski which user you are trying to propose a transaction for. It should be the same ID that was used when creating the user in step 1.waas.transactionProxyUrl
: This URL should point to a proxy endpoint that is setup on your server, which will forward transaction proposal requests to our API (see below).APP_ID
is the same application ID as above.