Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@tari-project/tarijs
Advanced tools
This project provides a unified TypeScript library to connect and send requests to a Tari wallet. It's intended for web application developers that want to interact with a Tari wallet (connect, get substates, submit transactions, etc.).
This project provides a unified TypeScript library to connect and send requests to a Tari wallet. It's intended for web application developers that want to interact with a Tari wallet (connect, get substates, submit transactions, etc.).
Tari wallets supported:
An example site (under the example
folder) contains a web project that allows the user to connect to any type of Tari wallet and perform common actions.
Please read the TODO file for upcoming features.
You must have the tari-dan repo cloned at the same folder level as this repo.
To build the library:
npm install
npm run build
The bundled files for deployment or publication will be located under the dist
folder.
To run the example site you will need to:
example/.env.example
file to example/.env
and edit the correct environment variable values.To run in development mode:
cd example
npm install
npm run dev
For building and distribution
cd example
npm install
npm run build
The distribution files will be under the example/dist
folder.
FAQs
This project provides a unified TypeScript library to connect and send requests to a Tari wallet. It's intended for web application developers that want to interact with a Tari wallet (connect, get substates, submit transactions, etc.).
The npm package @tari-project/tarijs receives a total of 8 weekly downloads. As such, @tari-project/tarijs popularity was classified as not popular.
We found that @tari-project/tarijs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.