-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Developing a new NFT utiltity lib #18
Conversation
You want to run NFT on server side? |
No only to add some functions to simplify things, to avoid rewriting the same code overe and over again. I will let you know of my results 🙂 |
got it, |
Thank you @ThorstenBux ! |
I think i can put in config.json also the
|
Although the |
Travis issue because i changed the files structures and names, was easy to solve see: 64284da |
I will merge this. Other features will be added in a next PR / release. |
Proposal
With this PR i want to develop a little lib that help to make a nft Webapp with jsartoolkit5.
It provide a set of functions that can be reused and simplify the development process.
Features to add:
Example
add the styling inside the
<head>
:<link rel="stylesheet" type="text/css" href="../resources/css/video-style.css">
in your html inside
<body>
import the libs:then create a script like this:
To do list