
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
uxd-evm-client
Advanced tools
Typescript library for interacting with the UXD contracts on EVM.
npm i "UXDProtocol/uxd-evm-client"
You need to import the UXDController from the library as well as the ethers library
import { ethers } from 'ethers';
import { UXDController }from 'uxd-evm-client';
The controller must be ininitialized with following parameters:
The provider can be injected when using Metamask or other browser wallet
const provider = new ethers.providers.JsonRpcProvider("https://kovan.optimism.io")
const controller = new UXDController(
provider,
"0x73864663E5E8B3974D896AcE3Ce125e33d5d7c51",
"0x02Bbb29C5ECAd50219215a400B10a161b77bc2DA");
You can then start calling functions on the controller
const totalSupply = await controller.uxdTotalSupply()
console.log('totalsupply = ', totalSupply);
Check this here to see the list of public functions availale on the controller.
Version 1.0.0 has been unpublished. Current version are tagged as alph 0.0.1-alpha.X
FAQs
UXD EVM client
We found that uxd-evm-client 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
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.