|
||
---|---|---|
.. | ||
src | ||
test | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.nojekyll | ||
.prettierignore | ||
.prettierrc | ||
LICENSE | ||
README.md | ||
jest.config.cjs | ||
package-lock.json | ||
package.json | ||
tsconfig.all.json | ||
tsconfig.base.json | ||
tsconfig.cjs.json | ||
tsconfig.esm.json | ||
tsconfig.json | ||
tsconfig.root.json | ||
typedoc.json |
README.md
@solana/spl-memo
A TypeScript library for interacting with the SPL Memo program.
Links
Install
npm install --save @solana/spl-memo @solana/web3.js
OR
yarn add @solana/spl-memo @solana/web3.js
Build from Source
- Prerequisites
- Node 16+
- NPM 8+
- Clone the project:
git clone https://github.com/solana-labs/solana-program-library.git
- Navigate to the library:
cd solana-program-library/memo/js
- Install the dependencies:
npm install
- Build the library:
npm run build
- Run the tests:
npm run test