using WildDrop.Api.NET;
internal class Program {
static async Task Main(string[] args) {
using var privateKey = WildUtils.ImportRSAFromFile("Key/Private.key", "hardcore salad matter ramp");
using var api = new WildApi("http://127.0.0.1:9876", privateKey);
await api.OpenSessionAsync(async (session) => {
await session.SetWalletBalanceAsync("d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d", 100);
});
}
}
-
Notifications
You must be signed in to change notification settings - Fork 0
Tam-Labs/WildDrop.Api.NET
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published