Skip to content
This repository has been archived by the owner. It is now read-only.

elenaili/waves8ball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waves Magic 8 Ball dApp Example

This is a simple app that generates a pseudorandom answer to your question and writes the answer to the dApp data storage on Waves Testnet.

The example illustrates the dApp development tutorial. It uses the following functions:

  • invoke from Signer library to create an invoke script transaction and thereby call the dApp function;
  • accountDataByKey from waves-transactions library to retrieve the data entry from dApp data storage.

How to Launch

npm i 
npm run build
npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published