Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
conseiljs
Advanced tools
Client-side library for building decentralized applications, currently focused on Tezos.
ConseilJS connects to Conseil for cached blockchain data and Nautilus for live chain data and operations.
Add our NPM package to your project.
In your webpack.config.js
file, add:
node: {
fs: 'empty'
}
TezosNodeQuery
queries Tezos blockchain nodes directly.
TezosConseilQuery
queries Conseil server to get blockchain data.
TezosOperations
performs operations such as transactions, delegation and originations.
TezosWallet
provides wallet functionality.
Example import:
import { TezosOperations } from 'conseiljs';
Add a file called test/servers.ts
with these contents:
export const servers = {
conseilServer: '',
conseilApiKey: '',
tezosServer: ''
}
The blank strings should be replaced with the details of actual test servers.
After this, run npm run test
to run all unit tests.
FAQs
Client-side library for Tezos dApp development.
The npm package conseiljs receives a total of 745 weekly downloads. As such, conseiljs popularity was classified as not popular.
We found that conseiljs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.