-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
128 changed files
with
247 additions
and
247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ jobs: | |
Dependency sanity checker* | ||
Go* | ||
Rust* | ||
Soroban RPC* | ||
Stellar RPC* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
# soroban-rpc | ||
# stellar-rpc | ||
RPC Server for Stellar. | ||
|
||
|
||
This repo is home to the Soroban RPC, soon to be renamed Stellar RPC. The RPC provides information that the network currently has in its view. It has the ability to send a transaction to the network, and query the network for the status of previously sent transactions, and is meant to be simple, scalable, and familiar to blockchain developers. | ||
This repo is home to the Stellar RPC. The RPC provides information that the network currently has in its view. It has the ability to send a transaction to the network, and query the network for the status of previously sent transactions, and is meant to be simple, scalable, and familiar to blockchain developers. | ||
|
||
|
||
## RPC Methods | ||
To learn about the RPC methods, please see our [RPC Developer Docs](https://developers.stellar.org/network/soroban-rpc/methods). | ||
To learn about the RPC methods, please see our [RPC Developer Docs](https://developers.stellar.org/network/stellar-rpc/methods). | ||
|
||
## To Use an Ecosystem RPCs | ||
To use RPC from an ecosystem provider for futurenet, testnet, or mainnet, please see our list of [Ecosystem RPC Providers](https://developers.stellar.org/network/soroban-rpc/rpc-providers). | ||
To use RPC from an ecosystem provider for futurenet, testnet, or mainnet, please see our list of [Ecosystem RPC Providers](https://developers.stellar.org/network/stellar-rpc/rpc-providers). | ||
|
||
## Run Your Own RPC | ||
If you are interested in running your own RPC, please review the [Admin Guide](https://developers.stellar.org/network/soroban-rpc/admin-guide). | ||
If you are interested in running your own RPC, please review the [Admin Guide](https://developers.stellar.org/network/stellar-rpc/admin-guide). | ||
|
||
## Latest Release | ||
For latest releases, please see | ||
[releases](https://github.com/stellar/soroban-rpc/releases). | ||
[releases](https://github.com/stellar/stellar-rpc/releases). | ||
|
||
## Upcoming Features | ||
For upcoming features, please see the [project | ||
board](https://github.com/orgs/stellar/projects/37). | ||
|
||
## Report Bugs or Request Features | ||
To report bugs or request features, please open an issue on the official [RPC | ||
repo](https://github.com/stellar/soroban-rpc). | ||
repo](https://github.com/stellar/stellar-rpc). | ||
|
||
## To Contribute | ||
Please fork this see `good first issues` on | ||
[here](https://github.com/stellar/soroban-rpc/contribute). | ||
[here](https://github.com/stellar/stellar-rpc/contribute). | ||
|
||
Developer Docs: https://developers.stellar.org/docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.