Skip to content

ArneCL/web3-typescript-typings

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web3 Typescript Type Definition

There currently isn't an official Web3 type definition included in the DefinitelyTyped project. Until that happens, we will continue to improve our own type definition. If it get's close to comprehensive, we'll add it to DefinitelyTyped.

Installation

Using npm:

npm install --save-dev web3-typescript-typings

Using yarn:

yarn add web3-typescript-typings -D

Also don't forget to manually include the definitions within the typeRoots section of your tsconfig.json

"typeRoots": ["node_modules/@types", "node_modules/web3-typescript-typings"]

And you're ready to go to a bright type-safe and distributed future!

About

A preliminary Web3 v0.x typescript type definition

Resources

License

Stars

Watchers

Forks

Packages

No packages published