diff --git a/.github/logo.svg b/.github/logo.svg index b4da076..148c359 100644 --- a/.github/logo.svg +++ b/.github/logo.svg @@ -1,129 +1,70 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/CHANGELOG.md b/CHANGELOG.md index 23d7f15..39e88f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -Changelog for NeoFS Contract +Changelog for FrostFS Contract ## [Unreleased] diff --git a/README.md b/README.md index 12ae123..526c83e 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@

-NeoFS +FrostFS

- NeoFS related smart contracts. + FrostFS related smart contracts.

--- # Overview -NeoFS-Contract contains all NeoFS related contracts written for +FrostFS-Contract contains all FrostFS related contracts written for [neo-go](https://github.com/nspcc-dev/neo-go) compiler. These contracts are deployed both in the mainchain and the sidechain. @@ -77,9 +77,9 @@ $ make test ok github.com/TrueCloudLab/frostfs-contract/tests 0.462s ``` -# NeoFS API compatibility +# FrostFS API compatibility -| neofs-contract version | supported NeoFS API versions | +| neofs-contract version | supported FrostFS API versions | |:----------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:| | v0.9.x | [v2.7.0](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.7.0), [v2.8.0](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.8.0) | | v0.10.x | [v2.7.0](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.7.0), [v2.8.0](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.8.0) |