Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 751 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 751 Bytes

kirby-web3

Kirby Forms

Kirby enables developers to effortlessly provide web3 and decentralized identity functionality into their applications. Like the real Kirby, the library gains powers based on the underlying implementation.

NOTE: this is EXTREMELY WIP at this point, mostly just to prove the concept of using iframes as a Web3 Provider. More details / features will be coming rapidly over the next couple of weeks.

Read more about the spec here.

install:

yarn install

start typescript compiler:

yarn watch

start the child-app:

cd packages/child-app
yarn start

start the demo:

cd packages/demo
yarn start