rgoulter / polkadot-js-typegen-efinity

Small example of PolkadotJS Typegen for the Efinity Parachain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small example of polkadot-js typegen for efinity.io.

npm install
npm run generate
cd example
npm install
npm run build
node ss58.js

Or in one go:

npm install && npm run generate && cd example && npm install && npm run build && node ss58.js

About

Small example of PolkadotJS Typegen for the Efinity Parachain


Languages

Language:TypeScript 76.3%Language:JavaScript 23.7%