Skip to content

zorro-project/starknet.js

 
 

Repository files navigation

JavaScript library for StarkNet.

🕹️ Usage

Install starknet with npm

$ npm install starknet

Import starknet and use the API

import { defaultProvider } from 'starknet';

defaultProvider.getContractAddresses().then((data) => {
  console.log(data);
});

🌐 API

Click Here

🚀 Powered by Starknet.js

✏️ Contributing

If you consider to contribute to this project please read CONTRIBUTING.md first.

❤️ Special Thanks

Special thanks to all the contributors, and especially Janek (@janek26) from Argent for driving the development of Starknet.js.

This library would not be possible without these rockstars.

📜 License

Copyright (c) 2021 Sean James Han

Licensed under the MIT license.

About

JavaScript library for StarkNet

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.9%
  • Shell 0.1%