0.0.1 • Published 1 year ago

@bbachain/spl-memo v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@bbachain/spl-memo

A TypeScript library for interacting with the SPL Memo program.

Links

Install

npm install --save @bbachain/spl-memo @bbachain/web3.js

OR

yarn add @bbachain/spl-memo @bbachain/web3.js

Build from Source

  1. Prerequisites
  • Node 16+
  • NPM 8+
  1. Clone the project:
git clone https://github.com/bbachain/program-library.git
  1. Navigate to the library:
cd program-library/memo/js
  1. Install the dependencies:
npm install
  1. Build the library:
npm run build
  1. Run the tests:
npm run test
0.0.1

1 year ago