
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
sw-abi-types
Advanced tools
npm run build
Add dependency to you package.json
{
"dependencies": {
...
"sw-abi-types": "git+https://github.com/SkillWallet/abi-types.git#main"
}
}
npm install sw-abi-types
import { SWContractFunctions, SWContractEvents } from 'sw-abi-types';
If you are using ethers then you will want to extends Contracts class
import { SWContractFunctions, SWContractEvents } from 'sw-abi-types';
declare module 'ethers' {
export class Contract extends BaseContract implements SWContractFunctions {
readonly [key: string]: ContractFunction | any;
}
}
NOTE: It will ask you to Implement interface SWContractFunctions
- SWEvent -> {event, args}
- SWContractFunctions -> main methods
- SWContractEvents -> events > SWEvent[]
- SWContractEventType -> event types
SkillWalletAbi: JsonFragment[]
DitoCommunityAbi: JsonFragment[]
JsonFragment
JsonFragmentType
FAQs
Skillwallet/DitoCommunity contract functions
We found that sw-abi-types 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.