1.1.0 • Published 9 months ago

@builddao/near-social-js v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Table of contents

🔭 1. Overview

TBC...

Back to top ^

📚 2. Documentation

For full documentation, please see here.

Back to top ^

🛠 3. Development

3.1. Requirements

Back to top ^

3.2. Setup

  1. Install the dependencies:
$ yarn install

Back to top ^

3.3. Build

  • To build simply run:
$ yarn build

The above command will compile the Typescript source code into a dist/ directory.

Back to top ^

📑 4. Appendix

4.1. Useful Commands

CommandDescription
yarn buildBuilds the source code into the dist/ directory.
yarn docs:buildBuilds the documentation into the .docusaurus/ directory.
yarn docs:serveServes the built documentation from the .docusaurus/ directory.
yarn docs:startBuilds and runs the documentation in a development environment with hot reloading.
yarn lintRuns the linter on .js and .ts files.
yarn node:startStarts up a NEAR development node in a background process.
yarn node:startStops the NEAR development node that was started in yarn node:start.
yarn prettierRuns the prettier on .js and .ts files.
yarn testStarts a NEAR development node and runs the tests.

Back to top ^

4.2. Social Contract

NetworkAccount IDLink
Mainnetsocial.nearhttps://nearblocks.io/address/social.near
Testnetv1.social08.testnethttps://testnet.nearblocks.io/address/v1.social08.testnet

Back to top ^

👏 5. How To Contribute

Please read the Contributing Guide to learn about the development process.

Back to top ^

📄 6. License

Please refer to the LICENSE file.

Back to top ^