sotatek_demo_klaytn_snap
v1.0.4
Published
```shell yarn install ``` ## Building Run `yarn build` to build this snap
Downloads
1
Readme
@klaytn/klaytn-snap
Setup
yarn install
Building
Run yarn build
to build this snap
Run yarn build:clean
to remove old dist folder and re-build snap
Start demo
Run yarn serve
to start demo
Access http://localhost:9000
to start testing Klaytn snap. You can change port number in snap.config.js
as well
Publish
Add "postinstall": "patch-package"
to scripts in package.json