* memo-ts: Make everything like token/js * Address feedback * Update memo/js/README.md * Update memo/js/README.md Co-authored-by: Jordan Sexton <jordan@jordansexton.com> |
||
---|---|---|
.. | ||
src | ||
test | ||
.eslintignore | ||
.eslintrc.cjs | ||
.gitignore | ||
.prettierrc.yaml | ||
LICENSE | ||
README.md | ||
jest.config.cjs | ||
package.json | ||
tsconfig.cjs.json | ||
tsconfig.json | ||
yarn.lock |
README.md
@solana/spl-memo
A TypeScript library for interacting with the SPL Memo program.
Links
Install
yarn add @solana/spl-memo
Build from Source
- 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:
yarn install
- Build the library:
yarn build
- Run the tests:
yarn test