Algorand provider is an interface that bridges the gap between dApps and wallets, allowing dApps to connect, and interact, with wallets in a standardized way.
- 1. Installation
- 2. Documentation
- 3. Development
- 4. Appendix
- 5. How To Contribute
- 6. License
- 7. Credits
- Using npm:
npm install @agoralabs-sh/algorand-provider
- Using yarn:
yarn add @agoralabs-sh/algorand-provider
For full documentation, please see here.
- Install Yarn v1.22.5+
- Install the dependencies:
$ yarn install
- To build simply run:
$ yarn build
This will compile the Typescript source code into a dist/
directory.
- ARC-0001: the direction of the code leans heavily on what this ARC suggests and is in reality an extension of this ARC.
Commnad | Description |
---|---|
yarn build |
Builds the source code into the dist/ directory. |
yarn run docs:build |
Builds the documentation into the .docs/ directory. |
yarn run docs:serve |
Serves the built documentation from the .docs/ directory. |
yarn run docs:start |
Builds and runs the documentation in a development environment with hot reloading. |
yarn run lint |
Runs the linter on .js and .ts files. |
yarn run prettier |
Runs the prettier on .js and .ts files. |
yarn test |
Runs the tests. |
Please read the Contributing Guide to learn about the development process.
Please refer to the LICENSE file.
...TBC