Skip to content

behaviary/near-runtime-ts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

near-runtime-ts

Typescript library for writing near smart contracts

Documentation

API docs are produced using typedoc. To run, first install typedoc

npm install --save-dev typedoc
npm install --save-dev typedoc typedoc-plugin-markdown

After installing typedoc, run

rm -rf apidoc
mkdir apidoc
node_modules/.bin/typedoc near.ts --theme markdown --ignoreCompilerErrors --excludePrivate --excludeProtected --excludeExternals --out apidoc/

(The tool does not deal well with items being removed from documentation, hence the need to delete output)

About

Typescript library for writing near smart contracts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%