Skip to content

Ryun1/cip95-demos-wallet

Repository files navigation

⚠ WARNING ⚠ WARNING ⚠ WARNING ⚠ WARNING ⚠ WARNING ⚠ WARNING ⚠ WARNING ⚠

❗ Do not use this wallet to store funds. This wallet's security is compromised. ❗

⚠ WARNING ⚠ WARNING ⚠ WARNING ⚠ WARNING ⚠ WARNING ⚠ WARNING ⚠ WARNING ⚠

CIP-95 demos Mock wallet

This is a mock wallet, based on Nami.

Tag Feature Details demos dApp Tag
1.6.0 Here 1.6.0+
1.7.0 Here 1.7.0+
1.8.0 Here 1.8.0+
1.8.1 Here 1.8.0+

CIP-95/Conway Features Supported Notes

1.8.1

  • CSL 12 alpha 29

1.8.2 (In progress)

  • .cip95.signData()

To Develop

Create secret files

  1. Make development secrets file, from testing secrets template.
cat secrets.testing.js > secrets.development.js
  1. Make production secrets file, from testing secrets template.
cat secrets.testing.js > secrets.production.js
  1. Go to Blockfrost and make a free workspace key. You can make one free workspace for one network that can do 50K requests a day. I just made one for PreProd network.

  2. Open secrets.development.js and secrets.production.js and paste in your correct key from Blockfrost.

DON'T place keys into secrets.testing.js because this is not ignored by git!

code secrets.development.js secrets.production.js

Start Dev Env

  1. Install modules, youll probably have to fight with node here due to conflicts.
npm install
  1. Try to start
npm start

To Test Wallet

Build wallet

If you are running from npm start you'll already have a build otherwise:

npm run build

Load extension into Chrome (for first time)

  1. In chrome go to chrome://extensions/, in the top right enable developer mode.

  2. Then press Load unpacked and select your /build folder.

Load into Chrome (refresh for new build)

  1. In chrome go to chrome://extensions/, and on the wallet press the reload button to refresh it.

demos Etymology

The common people of an ancient Greek state. The populace of a democracy as a political unit.

About

❗ Do not use this wallet to store funds. This wallet's security is compromised. ❗

Resources

License

Stars

Watchers

Forks

Packages

No packages published