Client-server stack for Web3! Turn your Raspberry Pi to a BAS server in minutes and enjoy the freedom of decentralized Web with a superior user experience!
const fulaDID = new FulaDID();
await fulaDID.create("password", "any signature");
FulaDID type contains an object called did that its type is any.
Also other methods return Promise<any> , like TaggedEncryption.encrypt and TaggedEncryption.decrypt
FulaDID type contains an object called
did
that its type isany
. Also other methods returnPromise<any>
, likeTaggedEncryption.encrypt
andTaggedEncryption.decrypt