
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
Ezira.js the JavaScript API for Ezira blockchain
Here is full documentation: https://github.com/eziranetwork/ezj/tree/master/doc
<script src="./ezira.min.js"></script>
<script>
ezira.api.getAccounts(['ned', 'dan'], function(err, response){
console.log(err, response);
});
</script>
https://cdn.ezira.io/lib/latest/ezira.min.js
<script src="//cdn.ezira.io/lib/latest/ezira.min.js"></script>
Please have a look at the webpack usage example.
$ npm install ezira --save
https://api.ezira.io By Default
https://peer0.ezira.io:8090
https://peer0.ezira.io:8091
https://peer0.ezira.io:8092
var ezira = require('ezj');
var wif = ezira.auth.toWif(username, password, 'posting');
ezira.broadcast.vote(wif, voter, author, permlink, weight, function(err, result) {
console.log(err, result);
});
ezira.api.getAccounts(['ned', 'dan'], function(err, result) {
console.log(err, result);
});
ezira.api.getState('/trends/funny', function(err, result) {
console.log(err, result);
});
var reputation = ezira.formatter.reputation(user.reputation);
console.log(reputation);
Patches are welcome! Contributors are listed in the package.json file. Please run the tests before opening a pull request and make sure that you are passing all of them. If you would like to contribute, but don't know what to work on, check the issues list or on Ezira Chat channel #ezj https://steemit.chat/channel/steemjs.
When you find issues, please report them!
MIT
FAQs
Ezj is the JavaScript API Library for the Ezira blockchain
The npm package ezj receives a total of 18 weekly downloads. As such, ezj popularity was classified as not popular.
We found that ezj demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.