0.1.5 • Published 9 months ago
ame-sdk v0.1.5
ame-sdk
ame-sdk is a Javascript SDK used to interact with Ame Network
Quick start
Install with npm:
npm i ame-sdk
Install with yarn:
yarn add ame-sdk
Install dependencies
npm i
Create an .env file in the root directory
PRIVATE_KEY=<Your Private Key>
Run test
yarn test