Anchor Network parts, including Anchor JS SDK, Easy Protocol, Loader, Convertor, Gateway Micro-service System. Anchor Network is a full chain solution.
-
Anchor JS SDK ( Folder to open ): The IO SDK for Anchor Pallet, the basestone of Anchor Network. There is a playground to know it well.
-
Easy Protocol ( Folder to open ): Simple protocol to organize data on Anchor Network, support interesting features, such as
Anchor Linke
,Declared Hidden
,Anchor Authority
. -
Loader ( Folder to open ): Booter of Anchor Network, can run the Dapps by Anchor Name, base on Easy Protocol. There is a website you can try. The Anchor name can be passed to application by URL hash. Both frontend and backend are supported.
-
Downloader ( Folder to open ): The application to combine the on chain Anchor data to a single file then download.
-
Convertor ( Folder to open ): Tools to deploy your current web applications on Anchor Network without coding. NodeJS needed to run the convertor properly.
-
Gateway Micro-service System ( Folder to open ): Gateway is a Micro-service System full on chain. You can run this sytem by Loader directly. If you want to develop a complex application full on chain, try this.