feat: Add ERC20-like Token

This commit is contained in:
Michael Vines
2018-10-06 11:23:18 -07:00
parent ab2d6c9ede
commit ad2fa3ceaf
10 changed files with 1015 additions and 12 deletions

View File

@ -4,10 +4,7 @@ import {Account} from '../src/account';
import {Connection} from '../src/connection';
import {SystemProgram} from '../src/system-program';
import {mockRpc} from './__mocks__/node-fetch';
let url = 'http://localhost:8899';
//url = 'http://testnet.solana.com:8899';
//url = 'http://master.testnet.solana.com:8899';
import {url} from './url.js';
const errorMessage = 'Invalid request';
const errorResponse = {