npm install
PORT=8080 npm run dev
PORT=8080 npm start
NOT-MIT
Authorization: Basic c2F0eWFtOmtoYWRrYQ==
API DOC
{
"transaction_id":"6259f2386002eebf97ce7e1d10145c4bbcbe6af4f67a057db7fbdee9963e0d37",
"address_from":"blockchain22",
"address_to":"blockchain11",
"amount_sent":"10.00000000 WAX"
}
import * as dotenv from 'dotenv'
dotenv.config({ path: 'development.env' })
insert private key in production.env file as :
USER_PRIVATE_KEY=5JY5--EXAMPLE-KEY--dyfM
also there is config.json to configure api's addresses.