Ryun1 / cip95-cardano-wallet-connector

CIP95 Cardano DApp Wallet Connector - example code

Home Page:https://ryun1.github.io/cip95-cardano-wallet-connector/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CIP-95 Cardano DApp Wallet Connector

Tag Feature Details Deployed Currently?
1.8.1 Here No
1.9.0 Here Yes

1.9.0

  • add support for guard rails script
  • Fixed InputSetEmptyUTxO when transaction had implicit inputs
  • Updated default params
  • Minor improvements to governance actions

1.9.1 (In progress)

  • .cip95.signData
  • refactor
  • Use total collateral and collateral return for better compatibility
  • Update code to support multiple proposals in single transaction

To Develop

Start Dev Env

  1. Install modules
sudo npm install
  1. Try to start
sudo npm start

This should launch a local dev environment at http://localhost:3000.

To Deploy

  1. Change the "homepage" field in package.json to your repo.

  2. Deploy to github pages

sudo npm run deploy

Live Demo

A demo showcasing all functionalities of the wallet connector:

https://ryun1.github.io/cip95-cardano-wallet-connector/

About

CIP95 Cardano DApp Wallet Connector - example code

https://ryun1.github.io/cip95-cardano-wallet-connector/

License:MIT License


Languages

Language:JavaScript 98.2%Language:HTML 1.1%Language:CSS 0.8%