Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update md #45

Merged
merged 1 commit into from
Feb 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,25 @@ For your API Key, please follow [BscScan Getting Started Guide](https://docs.bsc
# Installation

1. Download and Install the latest `BscScan.NetCore` from [NuGet](https://www.nuget.org/packages/BscScan.NetCore/) using Package Manager, CLI or by adding it to Package Reference:

```
<PackageReference Include="BscScan.NetCore" Version="1.0.0-rc" />
<PackageReference Include="BscScan.NetCore" Version="1.0.1" />
```

```
dotnet add package BscScan.NetCore --version 1.0.0-rc
dotnet add package BscScan.NetCore --version 1.0.1
```

```
PM> Install-Package BscScan.NetCore -Version 1.0.0-rc
PM> Install-Package BscScan.NetCore -Version 1.0.1
```

2. Import the following namespace in the class:

```c#
using BscScan.NetCore;
```

#
## See the detailed guide [here](https://dennispitallano.github.io/docs/bscsan-netcore/get-start).