Skip to content

Commit

Permalink
merge v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm360 committed Jul 26, 2024
2 parents b852bad + f18e05b commit 86b5e71
Show file tree
Hide file tree
Showing 192 changed files with 4,775 additions and 3,430 deletions.
59 changes: 42 additions & 17 deletions BeeNet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32811.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeeNet", "src\BeeNet\BeeNet.csproj", "{653BEB35-743E-4612-BEF4-7B26C6FB3D8F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7932D52A-3D44-4723-9E77-1711F7486417}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6EAC22F4-C9F3-4C2E-A0AC-922D4F92B8F6}"
Expand All @@ -13,9 +11,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.gitignore = .gitignore
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
COPYING = COPYING
README.md = README.md
COPYING-LESSER = COPYING-LESSER
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{C162BCCF-B5C8-466A-AAB7-6D85CC171434}"
Expand All @@ -39,39 +34,69 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{990C5C57-6E00-4E76-A23A-519F19290ACB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeeNet.IntegrationTest", "test\BeeNet.IntegrationTest\BeeNet.IntegrationTest.csproj", "{F0C776C9-4856-4031-B4CE-18E53FEF9E55}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeeNet.Client.IntegrationTest", "test\BeeNet.Client.IntegrationTest\BeeNet.Client.IntegrationTest.csproj", "{F0C776C9-4856-4031-B4CE-18E53FEF9E55}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeeNet.Core", "src\BeeNet.Core\BeeNet.Core.csproj", "{0C681EE6-7290-4548-9502-4C9B6B061F12}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeeNet.Util", "src\BeeNet.Util\BeeNet.Util.csproj", "{FDB74F14-61A0-42D9-89C1-8F8DA8A8A4C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeeNet.Client", "src\BeeNet.Client\BeeNet.Client.csproj", "{EC667802-776E-4306-922C-AA23C7D5835B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeeNet.Core.UnitTest", "test\BeeNet.Core.UnitTest\BeeNet.Core.UnitTest.csproj", "{63368E76-475A-45BE-B6DB-86402C041C39}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeeNet.Util.UnitTest", "test\BeeNet.Util.UnitTest\BeeNet.Util.UnitTest.csproj", "{BBC17EDC-660C-4006-A14C-377693290D5E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeeNet.Tests", "test\BeeNet.Tests\BeeNet.Tests.csproj", "{549BB2F5-D48E-4785-AF14-EF116A79AD00}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeeNet.Util.Wasm", "src\BeeNet.Util.Wasm\BeeNet.Util.Wasm.csproj", "{7257332C-5291-4814-B00B-3732BE90FB2E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{653BEB35-743E-4612-BEF4-7B26C6FB3D8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{653BEB35-743E-4612-BEF4-7B26C6FB3D8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{653BEB35-743E-4612-BEF4-7B26C6FB3D8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{653BEB35-743E-4612-BEF4-7B26C6FB3D8F}.Release|Any CPU.Build.0 = Release|Any CPU
{F0C776C9-4856-4031-B4CE-18E53FEF9E55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0C776C9-4856-4031-B4CE-18E53FEF9E55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0C776C9-4856-4031-B4CE-18E53FEF9E55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0C776C9-4856-4031-B4CE-18E53FEF9E55}.Release|Any CPU.Build.0 = Release|Any CPU
{549BB2F5-D48E-4785-AF14-EF116A79AD00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{549BB2F5-D48E-4785-AF14-EF116A79AD00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{549BB2F5-D48E-4785-AF14-EF116A79AD00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{549BB2F5-D48E-4785-AF14-EF116A79AD00}.Release|Any CPU.Build.0 = Release|Any CPU
{0C681EE6-7290-4548-9502-4C9B6B061F12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C681EE6-7290-4548-9502-4C9B6B061F12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C681EE6-7290-4548-9502-4C9B6B061F12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C681EE6-7290-4548-9502-4C9B6B061F12}.Release|Any CPU.Build.0 = Release|Any CPU
{FDB74F14-61A0-42D9-89C1-8F8DA8A8A4C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDB74F14-61A0-42D9-89C1-8F8DA8A8A4C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDB74F14-61A0-42D9-89C1-8F8DA8A8A4C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDB74F14-61A0-42D9-89C1-8F8DA8A8A4C2}.Release|Any CPU.Build.0 = Release|Any CPU
{EC667802-776E-4306-922C-AA23C7D5835B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC667802-776E-4306-922C-AA23C7D5835B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC667802-776E-4306-922C-AA23C7D5835B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC667802-776E-4306-922C-AA23C7D5835B}.Release|Any CPU.Build.0 = Release|Any CPU
{63368E76-475A-45BE-B6DB-86402C041C39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63368E76-475A-45BE-B6DB-86402C041C39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63368E76-475A-45BE-B6DB-86402C041C39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63368E76-475A-45BE-B6DB-86402C041C39}.Release|Any CPU.Build.0 = Release|Any CPU
{BBC17EDC-660C-4006-A14C-377693290D5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBC17EDC-660C-4006-A14C-377693290D5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBC17EDC-660C-4006-A14C-377693290D5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBC17EDC-660C-4006-A14C-377693290D5E}.Release|Any CPU.Build.0 = Release|Any CPU
{7257332C-5291-4814-B00B-3732BE90FB2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7257332C-5291-4814-B00B-3732BE90FB2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7257332C-5291-4814-B00B-3732BE90FB2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7257332C-5291-4814-B00B-3732BE90FB2E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{653BEB35-743E-4612-BEF4-7B26C6FB3D8F} = {7932D52A-3D44-4723-9E77-1711F7486417}
{C162BCCF-B5C8-466A-AAB7-6D85CC171434} = {6EAC22F4-C9F3-4C2E-A0AC-922D4F92B8F6}
{1956F8A3-25CE-42BB-8AE5-77ACC56B9B92} = {C162BCCF-B5C8-466A-AAB7-6D85CC171434}
{F6289FE6-5CC0-4225-98BC-2DCFE85C767F} = {6EAC22F4-C9F3-4C2E-A0AC-922D4F92B8F6}
{F0C776C9-4856-4031-B4CE-18E53FEF9E55} = {990C5C57-6E00-4E76-A23A-519F19290ACB}
{549BB2F5-D48E-4785-AF14-EF116A79AD00} = {990C5C57-6E00-4E76-A23A-519F19290ACB}
{0C681EE6-7290-4548-9502-4C9B6B061F12} = {7932D52A-3D44-4723-9E77-1711F7486417}
{FDB74F14-61A0-42D9-89C1-8F8DA8A8A4C2} = {7932D52A-3D44-4723-9E77-1711F7486417}
{EC667802-776E-4306-922C-AA23C7D5835B} = {7932D52A-3D44-4723-9E77-1711F7486417}
{63368E76-475A-45BE-B6DB-86402C041C39} = {990C5C57-6E00-4E76-A23A-519F19290ACB}
{BBC17EDC-660C-4006-A14C-377693290D5E} = {990C5C57-6E00-4E76-A23A-519F19290ACB}
{7257332C-5291-4814-B00B-3732BE90FB2E} = {7932D52A-3D44-4723-9E77-1711F7486417}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BC8368EB-8E3B-4FBB-B657-D1C9375AFAFC}
Expand Down
3 changes: 2 additions & 1 deletion BeeNet.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ If not, see <https://www.gnu.org/licenses/>.

</s:String>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EFeature_002EServices_002ECodeCleanup_002EFileHeader_002EFileHeaderSettingsMigrate/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Etherna/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Etherna/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=mantaray/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ With this client you can consume public and debug api of any Bee node exposing t

This includes also some useful to calculate data chunking, and postage batch usage.

## Packages

There are several NuGet packages available for Bee.Net. Here's a brief description of each:

1. **Bee.Net.Client**: This package contains a client that is designed to connect to and work with Bee Swarm. It
simplifies the interaction with Bee nodes by providing high-level methods and classes.

2. **Bee.Net.Core**: This package contains the base models for working with Swarm. These models represent the core
entities in the Swarm world and provide a foundation for interacting with the Bee Swarm.

3. **Bee.Net.Util**: This package contains a series of useful tools. These tools include utilities for data chunking,
calculating postage batch usage, and other helpful operations that enhance your experience when working with
Swarm.

## Package repositories

You can get latest public releases from Nuget.org feed. Here you can see our [published packages](https://www.nuget.org/profiles/etherna).
Expand Down
Loading

0 comments on commit 86b5e71

Please sign in to comment.