Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jccdex/jccwalletextension
Jingchange Cross Chain browser extension
https://github.com/jccdex/jccwalletextension
blockchain cross-chain extension jingchang swtc
Last synced: 20 days ago
JSON representation
Jingchange Cross Chain browser extension
- Host: GitHub
- URL: https://github.com/jccdex/jccwalletextension
- Owner: JCCDex
- License: mit
- Created: 2019-05-13T14:49:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T17:17:57.000Z (about 2 years ago)
- Last Synced: 2023-07-02T16:36:22.506Z (over 1 year ago)
- Topics: blockchain, cross-chain, extension, jingchang, swtc
- Language: CSS
- Homepage:
- Size: 18.1 MB
- Stars: 4
- Watchers: 7
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# JingtumMask Browser Extension
本项目为井通公链SWTC的钱包插件,参考了以太坊的metamask([https://github.com/MetaMask/metamask-extension]())
本项目由井通基金会资助
项目讨论的QQ群:568285439 (SWTC&MOAC开发者社区)
Telegram: https://t.me/moacblockchain
提案发起(Submit proposal): https://github.com/JCCDex/ProjectFundingProposal/issues
本项目关联提案 :PFP04 jingtumMask浏览器插件开发
## Building locally
- Install [Node.js](https://nodejs.org) version 8 and the latest available npm@6
- If you are using [nvm](https://github.com/creationix/nvm#installation) (recommended) running `nvm use` will automatically choose the right node version for you.
- If you install Node.js manually, ensure you're using npm@6
- Install npm@6 using `npm install -g npm@6`
- Install dependencies: `npm install`
- If you have issues with node-sass compilation, try `npm rebuild node-sass`
- Install gulp globally with `npm install -g gulp-cli`.
- Build the project to the `./dist/` folder with `gulp build`.
- Optionally, to rebuild on file changes, run `gulp dev`.
- To package .zip files for distribution, run `gulp zip`, or run the full build & zip with `gulp dist`.Uncompressed builds can be found in `/dist`, compressed builds can be found in `/builds` once they're built.
## Build for Publishing
```bash
npm run dist
```