Skip to content

Blackcode/ChiaWalletConnect.dotnet

Repository files navigation


Logo

ChiaWalletConnect

A .net core implementaion of Chia's WalletConnect.


View Demo - soon · Report Bug · Request Feature

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  1. Download latest Chia’s Application at https://www.chia.net/downloads/
  2. Create your WalletConnect ProjectID at https://cloud.walletconnect.com/app

Set up

Update your walletId and wallet connect project ID in Program.cs

string walletId = "1921498453";   
string projectId = "a97dbb2756d03b9160843f6ec3ecb989";

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Support development

We also accept donations: xch1zcs7l7z42pmy67s9ajtnjefpg6xgq3ee3la7f4ushzeeua3d9nasjp3kdl

(back to top)

About

.net Chia WalletConnect

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages