Skip to content

Commit

Permalink
chore: update repo references
Browse files Browse the repository at this point in the history
  • Loading branch information
penovicp committed Oct 7, 2023
1 parent 679f225 commit 2fc0eae
Show file tree
Hide file tree
Showing 202 changed files with 2,493 additions and 4,500 deletions.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
],
"@semantic-release/github"
],
"repositoryUrl": "https://github.com/0xs34n/starknet.js"
"repositoryUrl": "https://github.com/starknet-io/starknet.js"
}
1,460 changes: 730 additions & 730 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

We love pull requests. And following these guidelines will make your pull request easier to merge.

If you want to contribute but don’t know what to do, take a look at these two labels: [help wanted](https://github.com/seanjameshan/starknet.js/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) and [good first issue](https://github.com/seanjameshan/starknet.js/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
If you want to contribute but don’t know what to do, take a look at these two labels: [help wanted](https://github.com/starknet-io/starknet.js/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) and [good first issue](https://github.com/starknet-io/starknet.js/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).

_[Use GitHub interface](https://blog.sapegin.me/all/open-source-for-everyone/) for simple documentation changes, otherwise follow the steps below._

Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

<!-- primary badges -->
<p align="center">
<a href="https://github.com/seanjameshan/starknet.js/actions">
<img src="https://img.shields.io/github/workflow/status/seanjameshan/starknet.js/Release">
<a href="https://github.com/starknet-io/starknet.js/actions">
<img src="https://img.shields.io/github/workflow/status/starknet-io/starknet.js/Release">
</a>
<a href="https://www.npmjs.com/package/starknet">
<img src='https://img.shields.io/npm/v/starknet' />
Expand All @@ -20,11 +20,11 @@
<a href="https://www.npmjs.com/package/starknet">
<img src='https://img.shields.io/npm/dt/starknet?color=blueviolet' />
</a>
<a href="https://github.com/seanjameshan/starknet.js/blob/main/LICENSE/">
<a href="https://github.com/starknet-io/starknet.js/blob/main/LICENSE/">
<img src="https://img.shields.io/badge/license-MIT-black">
</a>
<a href="https://github.com/seanjameshan/starknet.js/stargazers">
<img src='https://img.shields.io/github/stars/seanjameshan/starknet.js?color=yellow' />
<a href="https://github.com/starknet-io/starknet.js/stargazers">
<img src='https://img.shields.io/github/stars/starknet-io/starknet.js?color=yellow' />
</a>
<a href="https://starkware.co/">
<img src="https://img.shields.io/badge/powered_by-StarkWare-navy">
Expand Down Expand Up @@ -55,11 +55,11 @@ Guides can be found [here](https://www.starknetjs.com/docs/guides/intro) :book:

## ✏️ Contributing

If you consider to contribute to this project please read [CONTRIBUTING.md](https://github.com/0xs34n/starknet.js/blob/main/CONTRIBUTING.md) first.
If you consider to contribute to this project please read [CONTRIBUTING.md](https://github.com/starknet-io/starknet.js/blob/main/CONTRIBUTING.md) first.

## ❤️ Special Thanks

Special thanks to all the [contributors](https://github.com/0xs34n/starknet.js/graphs/contributors), especially to:
Special thanks to all the [contributors](https://github.com/starknet-io/starknet.js/graphs/contributors), especially to:

- Janek ([@janek26](https://github.com/janek26)) and Dhruv ([@dhruvkelawala](https://github.com/dhruvkelawala)) from [Argent](https://github.com/argentlabs)

Expand All @@ -73,6 +73,6 @@ This library would not be possible without these rockstars.

## 📜 License

Copyright (c) 2022 0xs34n
Copyright (c) 2023 StarkWare

Licensed under the [MIT license](https://github.com/0xs34n/starknet.js/blob/main/LICENSE).
Licensed under the [MIT license](https://github.com/starknet-io/starknet.js/blob/main/LICENSE).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"zk",
"rollup"
],
"repository": "github:0xs34n/starknet.js",
"repository": "github:starknet-io/starknet.js",
"author": "Sean Han",
"license": "MIT",
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions www/ApiTitle.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This API is based on the <ins>[Starknet.js V3](https://github.com/0xs34n/starknet.js/discussions/102)</ins> Interface write up by <ins>[Janek](https://twitter.com/0xjanek)</ins> of <ins>[Argent](https://www.argent.xyz/)</ins>
This API is based on the <ins>[Starknet.js V3](https://github.com/starknet-io/starknet.js/discussions/102)</ins> Interface write up by <ins>[Janek](https://twitter.com/0xjanek)</ins> of <ins>[Argent](https://www.argent.xyz/)</ins>

## Provider

Expand All @@ -10,9 +10,9 @@ Guide is [**here**](../guides/connect_network.md).

## Account

An Account extends <ins>[`Provider`](/docs/API/provider)</ins> and inherits all of its methods.
An Account extends <ins>[`Provider`](./classes/Provider)</ins> and inherits all of its methods.

It also introduces new methods that allow Accounts to create and verify signatures with a custom <ins>[`Signer`](/docs/API/signer)</ins>, declare and deploy Contract and deploy new Account
It also introduces new methods that allow Accounts to create and verify signatures with a custom <ins>[`Signer`](./classes/Signer)</ins>, declare and deploy Contract and deploy new Account

This [**API**](./classes/Account.md) is the primary way to interact with an account contract on Starknet.

Expand Down
5 changes: 0 additions & 5 deletions www/docs/guides/Old_API_doc/Provider/_category_.json

This file was deleted.

300 changes: 0 additions & 300 deletions www/docs/guides/Old_API_doc/Provider/provider.md

This file was deleted.

Loading

0 comments on commit 2fc0eae

Please sign in to comment.